Html Css Color HEX #36988C Gossamer

📋 copy color: '#36988C'

red 54 ◦ green 152 ◦ blue 140

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

Shades of Gossamer #36988C

Tints of Gossamer #36988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 15.61%
G = 43.93%
B = 40.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#36988C (or 0x36988C) is known color: Gossamer. HEX triplet: 36, 98 and 8C. RGB value is (54,152,140). Sum of RGB (Red+Green+Blue) = 54+152+140=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #36988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36988C is #C96773. Grayscale: #797979. Windows color (decimal): -13199220 or 9214006. OLE color: 9214006.

HSL color Cylindrical-coordinate representation of color #36988C: hue angle of 172.65º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36988C is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 140 -
CMYK 0.64 0 0.08 0.40
HSL 172.65º 0.48% 0.4% -
HSV(B) 172.65º 0.64% 0.6% -
XYZ 17.48 25.13 28.74 -
YUV 121.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 54 152 140 0.64 0 0.08 0.40 172.65 0.48 0.4
Hex 36 98 8C 40 0 8 28 AD 30 28
Octal 66 230 214 100 0 10 50 255 60 50
Binary 110110 10011000 10001100 1000000 0 1000 101000 10101101 110000 101000

Color Harmonies of #36988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36988C

Black with #36988C

Text Example


Text Example

White with #36988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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