Html Css Color HEX #409C8F Gossamer

📋 copy color: '#409C8F'

red 64 ◦ green 156 ◦ blue 143

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

Shades of Gossamer #409C8F

Tints of Gossamer #409C8F

RGB

 RED value IS 64 (25.39% from 255) = 17.63%

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 17.63%
G = 42.98%
B = 39.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#409C8F (or 0x409C8F) is known color: Gossamer. HEX triplet: 40, 9C and 8F. RGB value is (64,156,143). Sum of RGB (Red+Green+Blue) = 64+156+143=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #409C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C8F is #BF6370. Grayscale: #7E7E7E. Windows color (decimal): -12542833 or 9411648. OLE color: 9411648.

HSL color Cylindrical-coordinate representation of color #409C8F: hue angle of 171.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C8F is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 156 143 -
CMYK 0.59 0 0.08 0.39
HSL 171.52º 0.42% 0.43% -
HSV(B) 171.52º 0.59% 0.61% -
XYZ 18.96 26.85 30.17 -
YUV 127.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 64 156 143 0.59 0 0.08 0.39 171.52 0.42 0.43
Hex 40 9C 8F 3B 0 8 27 AC 2A 2B
Octal 100 234 217 73 0 10 47 254 52 53
Binary 1000000 10011100 10001111 111011 0 1000 100111 10101100 101010 101011

Color Harmonies of #409C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C8F

Black with #409C8F

Text Example


Text Example

White with #409C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409C8F; }

 p { color: rgb(64,156,143); }

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

background-color css

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

 a { background-color: rgb(64,156,143); }

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

border-color css

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

 span { border-color: rgb(64,156,143); }

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