Html Css Color HEX #42A796 Gossamer

📋 copy color: '#42A796'

red 66 ◦ green 167 ◦ blue 150

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

Shades of Gossamer #42A796

Tints of Gossamer #42A796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 17.23%
G = 43.6%
B = 39.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#42A796 (or 0x42A796) is known color: Gossamer. HEX triplet: 42, A7 and 96. RGB value is (66,167,150). Sum of RGB (Red+Green+Blue) = 66+167+150=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #42A796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A796 is #BD5869. Grayscale: #868686. Windows color (decimal): -12408938 or 9873218. OLE color: 9873218.

HSL color Cylindrical-coordinate representation of color #42A796: hue angle of 169.9º 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 #42A796 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 150 -
CMYK 0.60 0 0.10 0.35
HSL 169.9º 0.43% 0.46% -
HSV(B) 169.9º 0.6% 0.65% -
XYZ 21.57 31 33.7 -
YUV 134.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 66 167 150 0.60 0 0.10 0.35 169.9 0.43 0.46
Hex 42 A7 96 3C 0 A 23 AA 2B 2E
Octal 102 247 226 74 0 12 43 252 53 56
Binary 1000010 10100111 10010110 111100 0 1010 100011 10101010 101011 101110

Color Harmonies of #42A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A796

Black with #42A796

Text Example


Text Example

White with #42A796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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