Html Css Color HEX #42A17D Gossamer

📋 copy color: '#42A17D'

red 66 ◦ green 161 ◦ blue 125

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

Shades of Gossamer #42A17D

Tints of Gossamer #42A17D

RGB

 RED value IS 66 (26.17% from 255) = 18.75%

 GREEN value IS 161 (63.28% from 255) = 45.74%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 18.75%
G = 45.74%
B = 35.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#42A17D (or 0x42A17D) is known color: Gossamer. HEX triplet: 42, A1 and 7D. RGB value is (66,161,125). Sum of RGB (Red+Green+Blue) = 66+161+125=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #42A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A17D is #BD5E82. Grayscale: #808080. Windows color (decimal): -12410499 or 8233282. OLE color: 8233282.

HSL color Cylindrical-coordinate representation of color #42A17D: hue angle of 157.26º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A17D is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 125 -
CMYK 0.59 0 0.22 0.37
HSL 157.26º 0.42% 0.45% -
HSV(B) 157.26º 0.59% 0.63% -
XYZ 18.69 28.13 23.85 -
YUV 128.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 66 161 125 0.59 0 0.22 0.37 157.26 0.42 0.45
Hex 42 A1 7D 3B 0 16 25 9D 2A 2D
Octal 102 241 175 73 0 26 45 235 52 55
Binary 1000010 10100001 1111101 111011 0 10110 100101 10011101 101010 101101

Color Harmonies of #42A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A17D

Black with #42A17D

Text Example


Text Example

White with #42A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A17D; }

 p { color: rgb(66,161,125); }

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

background-color css

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

 a { background-color: rgb(66,161,125); }

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

border-color css

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

 span { border-color: rgb(66,161,125); }

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