Html Css Color HEX #42AC82 Gossamer

📋 copy color: '#42AC82'

red 66 ◦ green 172 ◦ blue 130

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

Shades of Gossamer #42AC82

Tints of Gossamer #42AC82

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.74%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 17.93%
G = 46.74%
B = 35.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#42AC82 (or 0x42AC82) is known color: Gossamer. HEX triplet: 42, AC and 82. RGB value is (66,172,130). Sum of RGB (Red+Green+Blue) = 66+172+130=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC82 is #BD537D. Grayscale: #878787. Windows color (decimal): -12407678 or 8563778. OLE color: 8563778.

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

Color convert

RGB 66 172 130 -
CMYK 0.62 0 0.24 0.33
HSL 156.23º 0.45% 0.47% -
HSV(B) 156.23º 0.62% 0.67% -
XYZ 21.03 32.28 26.24 -
YUV 135.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 66 172 130 0.62 0 0.24 0.33 156.23 0.45 0.47
Hex 42 AC 82 3E 0 18 21 9C 2D 2F
Octal 102 254 202 76 0 30 41 234 55 57
Binary 1000010 10101100 10000010 111110 0 11000 100001 10011100 101101 101111

Color Harmonies of #42AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC82

Black with #42AC82

Text Example


Text Example

White with #42AC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,130); }

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

background-color css

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

 a { background-color: rgb(66,172,130); }

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

border-color css

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

 span { border-color: rgb(66,172,130); }

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