Html Css Color HEX #42AF96 Gossamer

📋 copy color: '#42AF96'

red 66 ◦ green 175 ◦ blue 150

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

Shades of Gossamer #42AF96

Tints of Gossamer #42AF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.76%

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

R = 16.88%
G = 44.76%
B = 38.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#42AF96 (or 0x42AF96) is known color: Gossamer. HEX triplet: 42, AF and 96. RGB value is (66,175,150). Sum of RGB (Red+Green+Blue) = 66+175+150=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF96 is #BD5069. Grayscale: #8B8B8B. Windows color (decimal): -12406890 or 9875266. OLE color: 9875266.

HSL color Cylindrical-coordinate representation of color #42AF96: hue angle of 166.24º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF96 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 150 -
CMYK 0.62 0 0.14 0.31
HSL 166.24º 0.45% 0.47% -
HSV(B) 166.24º 0.62% 0.69% -
XYZ 23.08 34.02 34.2 -
YUV 139.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 66 175 150 0.62 0 0.14 0.31 166.24 0.45 0.47
Hex 42 AF 96 3E 0 E 1F A6 2D 2F
Octal 102 257 226 76 0 16 37 246 55 57
Binary 1000010 10101111 10010110 111110 0 1110 11111 10100110 101101 101111

Color Harmonies of #42AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF96

Black with #42AF96

Text Example


Text Example

White with #42AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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