Html Css Color HEX #42AE89 Gossamer

📋 copy color: '#42AE89'

red 66 ◦ green 174 ◦ blue 137

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

Shades of Gossamer #42AE89

Tints of Gossamer #42AE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.15%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 17.51%
G = 46.15%
B = 36.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#42AE89 (or 0x42AE89) is known color: Gossamer. HEX triplet: 42, AE and 89. RGB value is (66,174,137). Sum of RGB (Red+Green+Blue) = 66+174+137=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE89 is #BD5176. Grayscale: #898989. Windows color (decimal): -12407159 or 9023042. OLE color: 9023042.

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

Color convert

RGB 66 174 137 -
CMYK 0.62 0 0.21 0.32
HSL 159.44º 0.45% 0.47% -
HSV(B) 159.44º 0.62% 0.68% -
XYZ 21.9 33.24 28.93 -
YUV 137.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 66 174 137 0.62 0 0.21 0.32 159.44 0.45 0.47
Hex 42 AE 89 3E 0 15 20 9F 2D 2F
Octal 102 256 211 76 0 25 40 237 55 57
Binary 1000010 10101110 10001001 111110 0 10101 100000 10011111 101101 101111

Color Harmonies of #42AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE89

Black with #42AE89

Text Example


Text Example

White with #42AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,174,137); }

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

background-color css

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

 a { background-color: rgb(66,174,137); }

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

border-color css

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

 span { border-color: rgb(66,174,137); }

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