Html Css Color HEX #42AC91 Gossamer

📋 copy color: '#42AC91'

red 66 ◦ green 172 ◦ blue 145

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

Shades of Gossamer #42AC91

Tints of Gossamer #42AC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 17.23%
G = 44.91%
B = 37.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#42AC91 (or 0x42AC91) is known color: Gossamer. HEX triplet: 42, AC and 91. RGB value is (66,172,145). Sum of RGB (Red+Green+Blue) = 66+172+145=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC91 is #BD536E. Grayscale: #898989. Windows color (decimal): -12407663 or 9546818. OLE color: 9546818.

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

Color convert

RGB 66 172 145 -
CMYK 0.62 0 0.16 0.33
HSL 164.72º 0.45% 0.47% -
HSV(B) 164.72º 0.62% 0.67% -
XYZ 22.11 32.71 31.94 -
YUV 137.23 132.38 77.2 -
System Red Green Blue C M Y K H S L
Decimal 66 172 145 0.62 0 0.16 0.33 164.72 0.45 0.47
Hex 42 AC 91 3E 0 10 21 A5 2D 2F
Octal 102 254 221 76 0 20 41 245 55 57
Binary 1000010 10101100 10010001 111110 0 10000 100001 10100101 101101 101111

Color Harmonies of #42AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC91

Black with #42AC91

Text Example


Text Example

White with #42AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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