Html Css Color HEX #42A795 Gossamer

📋 copy color: '#42A795'

red 66 ◦ green 167 ◦ blue 149

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

Shades of Gossamer #42A795

Tints of Gossamer #42A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.72%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 17.28%
G = 43.72%
B = 39.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#42A795 (or 0x42A795) is known color: Gossamer. HEX triplet: 42, A7 and 95. RGB value is (66,167,149). Sum of RGB (Red+Green+Blue) = 66+167+149=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #42A795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A795 is #BD586A. Grayscale: #868686. Windows color (decimal): -12408939 or 9807682. OLE color: 9807682.

HSL color Cylindrical-coordinate representation of color #42A795: hue angle of 169.31º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A795 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 149 -
CMYK 0.60 0 0.11 0.35
HSL 169.31º 0.43% 0.46% -
HSV(B) 169.31º 0.6% 0.65% -
XYZ 21.49 30.97 33.28 -
YUV 134.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 66 167 149 0.60 0 0.11 0.35 169.31 0.43 0.46
Hex 42 A7 95 3C 0 B 23 A9 2B 2E
Octal 102 247 225 74 0 13 43 251 53 56
Binary 1000010 10100111 10010101 111100 0 1011 100011 10101001 101011 101110

Color Harmonies of #42A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A795

Black with #42A795

Text Example


Text Example

White with #42A795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,167,149); }

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

background-color css

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

 a { background-color: rgb(66,167,149); }

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

border-color css

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

 span { border-color: rgb(66,167,149); }

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