Html Css Color HEX #369989 Gossamer

📋 copy color: '#369989'

red 54 ◦ green 153 ◦ blue 137

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

Shades of Gossamer #369989

Tints of Gossamer #369989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 137 (53.91% from 255) = 39.83%

R = 15.7%
G = 44.48%
B = 39.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#369989 (or 0x369989) is known color: Gossamer. HEX triplet: 36, 99 and 89. RGB value is (54,153,137). Sum of RGB (Red+Green+Blue) = 54+153+137=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #369989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369989 is #C96676. Grayscale: #797979. Windows color (decimal): -13198967 or 9017654. OLE color: 9017654.

HSL color Cylindrical-coordinate representation of color #369989: hue angle of 170.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369989 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 137 -
CMYK 0.65 0 0.10 0.4
HSL 170.3º 0.48% 0.41% -
HSV(B) 170.3º 0.65% 0.6% -
XYZ 17.43 25.37 27.65 -
YUV 121.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 54 153 137 0.65 0 0.10 0.4 170.3 0.48 0.41
Hex 36 99 89 41 0 A 28 AA 30 29
Octal 66 231 211 101 0 12 50 252 60 51
Binary 110110 10011001 10001001 1000001 0 1010 101000 10101010 110000 101001

Color Harmonies of #369989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369989

Black with #369989

Text Example


Text Example

White with #369989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369989; }

 p { color: rgb(54,153,137); }

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

background-color css

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

 a { background-color: rgb(54,153,137); }

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

border-color css

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

 span { border-color: rgb(54,153,137); }

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