Html Css Color HEX #36988E Gossamer

📋 copy color: '#36988E'

red 54 ◦ green 152 ◦ blue 142

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

Shades of Gossamer #36988E

Tints of Gossamer #36988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 15.52%
G = 43.68%
B = 40.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#36988E (or 0x36988E) is known color: Gossamer. HEX triplet: 36, 98 and 8E. RGB value is (54,152,142). Sum of RGB (Red+Green+Blue) = 54+152+142=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #36988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36988E is #C96771. Grayscale: #797979. Windows color (decimal): -13199218 or 9345078. OLE color: 9345078.

HSL color Cylindrical-coordinate representation of color #36988E: hue angle of 173.88º 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 #36988E is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 142 -
CMYK 0.64 0 0.07 0.40
HSL 173.88º 0.48% 0.4% -
HSV(B) 173.88º 0.64% 0.6% -
XYZ 17.63 25.19 29.52 -
YUV 121.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 54 152 142 0.64 0 0.07 0.40 173.88 0.48 0.4
Hex 36 98 8E 40 0 7 28 AE 30 28
Octal 66 230 216 100 0 7 50 256 60 50
Binary 110110 10011000 10001110 1000000 0 111 101000 10101110 110000 101000

Color Harmonies of #36988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36988E

Black with #36988E

Text Example


Text Example

White with #36988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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