Html Css Color HEX #42AF86 Gossamer

📋 copy color: '#42AF86'

red 66 ◦ green 175 ◦ blue 134

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

Shades of Gossamer #42AF86

Tints of Gossamer #42AF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 17.6%
G = 46.67%
B = 35.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#42AF86 (or 0x42AF86) is known color: Gossamer. HEX triplet: 42, AF and 86. RGB value is (66,175,134). Sum of RGB (Red+Green+Blue) = 66+175+134=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF86 is #BD5079. Grayscale: #898989. Windows color (decimal): -12406906 or 8826690. OLE color: 8826690.

HSL color Cylindrical-coordinate representation of color #42AF86: hue angle of 157.43º 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 #42AF86 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 134 -
CMYK 0.62 0 0.23 0.31
HSL 157.43º 0.45% 0.47% -
HSV(B) 157.43º 0.62% 0.69% -
XYZ 21.88 33.54 27.87 -
YUV 137.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 66 175 134 0.62 0 0.23 0.31 157.43 0.45 0.47
Hex 42 AF 86 3E 0 17 1F 9D 2D 2F
Octal 102 257 206 76 0 27 37 235 55 57
Binary 1000010 10101111 10000110 111110 0 10111 11111 10011101 101101 101111

Color Harmonies of #42AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF86

Black with #42AF86

Text Example


Text Example

White with #42AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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