Html Css Color HEX #27947C Gossamer

📋 copy color: '#27947C'

red 39 ◦ green 148 ◦ blue 124

#27947C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #27947C

Tints of Gossamer #27947C

RGB

 RED value IS 39 (15.63% from 255) = 12.54%

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 12.54%
G = 47.59%
B = 39.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27947C (or 0x27947C) is known color: Gossamer. HEX triplet: 27, 94 and 7C. RGB value is (39,148,124). Sum of RGB (Red+Green+Blue) = 39+148+124=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #27947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27947C is #D86B83. Grayscale: #707070. Windows color (decimal): -14183300 or 8164391. OLE color: 8164391.

HSL color Cylindrical-coordinate representation of color #27947C: hue angle of 166.79º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27947C is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 148 124 -
CMYK 0.74 0 0.16 0.42
HSL 166.79º 0.58% 0.37% -
HSV(B) 166.79º 0.74% 0.58% -
XYZ 15.06 23.07 22.73 -
YUV 112.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 39 148 124 0.74 0 0.16 0.42 166.79 0.58 0.37
Hex 27 94 7C 4A 0 10 2A A7 3A 25
Octal 47 224 174 112 0 20 52 247 72 45
Binary 100111 10010100 1111100 1001010 0 10000 101010 10100111 111010 100101

Color Harmonies of #27947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27947C

Black with #27947C

Text Example


Text Example

White with #27947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27947C; }

 p { color: rgb(39,148,124); }

 H1.HeaderClassName
 {
   color: #27947C;
 }
 .AnyTagClassName
 {
   color: #27947C;
 }
</style>

background-color css

<style>
 a { background-color: #27947C; }

 a { background-color: rgb(39,148,124); }

 div.DivClassName
 {
   background-color: #27947C;
 }
 .BgClassName
 {
   background-color: #27947C;
 }
</style>

border-color css

<style>
 span { border-color: #27947C; }

 span { border-color: rgb(39,148,124); }

 td.TdClassName
 {
   border-color: #27947C;
 }
 .TagClassName
 {
   border-color: #27947C;
 }
</style>