Html Css Color HEX #36AA8C Gossamer

📋 copy color: '#36AA8C'

red 54 ◦ green 170 ◦ blue 140

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

Shades of Gossamer #36AA8C

Tints of Gossamer #36AA8C

RGB

 RED value IS 54 (21.48% from 255) = 14.84%

 GREEN value IS 170 (66.8% from 255) = 46.7%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 14.84%
G = 46.7%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#36AA8C (or 0x36AA8C) is known color: Gossamer. HEX triplet: 36, AA and 8C. RGB value is (54,170,140). Sum of RGB (Red+Green+Blue) = 54+170+140=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AA8C is #C95573. Grayscale: #838383. Windows color (decimal): -13194612 or 9218614. OLE color: 9218614.

HSL color Cylindrical-coordinate representation of color #36AA8C: hue angle of 164.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AA8C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 170 140 -
CMYK 0.68 0 0.18 0.33
HSL 164.48º 0.52% 0.44% -
HSV(B) 164.48º 0.68% 0.67% -
XYZ 20.63 31.43 29.79 -
YUV 131.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 54 170 140 0.68 0 0.18 0.33 164.48 0.52 0.44
Hex 36 AA 8C 44 0 12 21 A4 34 2C
Octal 66 252 214 104 0 22 41 244 64 54
Binary 110110 10101010 10001100 1000100 0 10010 100001 10100100 110100 101100

Color Harmonies of #36AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AA8C

Black with #36AA8C

Text Example


Text Example

White with #36AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AA8C; }

 p { color: rgb(54,170,140); }

 H1.HeaderClassName
 {
   color: #36AA8C;
 }
 .AnyTagClassName
 {
   color: #36AA8C;
 }
</style>

background-color css

<style>
 a { background-color: #36AA8C; }

 a { background-color: rgb(54,170,140); }

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

border-color css

<style>
 span { border-color: #36AA8C; }

 span { border-color: rgb(54,170,140); }

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