Html Css Color HEX #369886 Gossamer

📋 copy color: '#369886'

red 54 ◦ green 152 ◦ blue 134

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

Shades of Gossamer #369886

Tints of Gossamer #369886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 15.88%
G = 44.71%
B = 39.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#369886 (or 0x369886) is known color: Gossamer. HEX triplet: 36, 98 and 86. RGB value is (54,152,134). Sum of RGB (Red+Green+Blue) = 54+152+134=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #369886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369886 is #C96779. Grayscale: #787878. Windows color (decimal): -13199226 or 8820790. OLE color: 8820790.

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

Color convert

RGB 54 152 134 -
CMYK 0.64 0 0.12 0.40
HSL 168.98º 0.48% 0.4% -
HSV(B) 168.98º 0.64% 0.6% -
XYZ 17.05 24.96 26.47 -
YUV 120.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 54 152 134 0.64 0 0.12 0.40 168.98 0.48 0.4
Hex 36 98 86 40 0 C 28 A9 30 28
Octal 66 230 206 100 0 14 50 251 60 50
Binary 110110 10011000 10000110 1000000 0 1100 101000 10101001 110000 101000

Color Harmonies of #369886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369886

Black with #369886

Text Example


Text Example

White with #369886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369886; }

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

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

background-color css

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

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

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

border-color css

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

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

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