Html Css Color HEX #42AC99 Gossamer

📋 copy color: '#42AC99'

red 66 ◦ green 172 ◦ blue 153

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

Shades of Gossamer #42AC99

Tints of Gossamer #42AC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 16.88%
G = 43.99%
B = 39.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#42AC99 (or 0x42AC99) is known color: Gossamer. HEX triplet: 42, AC and 99. RGB value is (66,172,153). Sum of RGB (Red+Green+Blue) = 66+172+153=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC99 is #BD5366. Grayscale: #8A8A8A. Windows color (decimal): -12407655 or 10071106. OLE color: 10071106.

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

Color convert

RGB 66 172 153 -
CMYK 0.62 0 0.11 0.33
HSL 169.25º 0.45% 0.47% -
HSV(B) 169.25º 0.62% 0.67% -
XYZ 22.75 32.96 35.3 -
YUV 138.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 66 172 153 0.62 0 0.11 0.33 169.25 0.45 0.47
Hex 42 AC 99 3E 0 B 21 A9 2D 2F
Octal 102 254 231 76 0 13 41 251 55 57
Binary 1000010 10101100 10011001 111110 0 1011 100001 10101001 101101 101111

Color Harmonies of #42AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC99

Black with #42AC99

Text Example


Text Example

White with #42AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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