Html Css Color HEX #42AB91 Gossamer

📋 copy color: '#42AB91'

red 66 ◦ green 171 ◦ blue 145

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

Shades of Gossamer #42AB91

Tints of Gossamer #42AB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.76%

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

R = 17.28%
G = 44.76%
B = 37.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#42AB91 (or 0x42AB91) is known color: Gossamer. HEX triplet: 42, AB and 91. RGB value is (66,171,145). Sum of RGB (Red+Green+Blue) = 66+171+145=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB91 is #BD546E. Grayscale: #888888. Windows color (decimal): -12407919 or 9546562. OLE color: 9546562.

HSL color Cylindrical-coordinate representation of color #42AB91: hue angle of 165.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB91 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 145 -
CMYK 0.61 0 0.15 0.33
HSL 165.14º 0.44% 0.46% -
HSV(B) 165.14º 0.61% 0.67% -
XYZ 21.92 32.33 31.87 -
YUV 136.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 66 171 145 0.61 0 0.15 0.33 165.14 0.44 0.46
Hex 42 AB 91 3D 0 F 21 A5 2C 2E
Octal 102 253 221 75 0 17 41 245 54 56
Binary 1000010 10101011 10010001 111101 0 1111 100001 10100101 101100 101110

Color Harmonies of #42AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB91

Black with #42AB91

Text Example


Text Example

White with #42AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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