Html Css Color HEX #42AE92 Gossamer

📋 copy color: '#42AE92'

red 66 ◦ green 174 ◦ blue 146

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

Shades of Gossamer #42AE92

Tints of Gossamer #42AE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 17.1%
G = 45.08%
B = 37.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#42AE92 (or 0x42AE92) is known color: Gossamer. HEX triplet: 42, AE and 92. RGB value is (66,174,146). Sum of RGB (Red+Green+Blue) = 66+174+146=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE92 is #BD516D. Grayscale: #8A8A8A. Windows color (decimal): -12407150 or 9612866. OLE color: 9612866.

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

Color convert

RGB 66 174 146 -
CMYK 0.62 0 0.16 0.32
HSL 164.44º 0.45% 0.47% -
HSV(B) 164.44º 0.62% 0.68% -
XYZ 22.57 33.51 32.47 -
YUV 138.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 66 174 146 0.62 0 0.16 0.32 164.44 0.45 0.47
Hex 42 AE 92 3E 0 10 20 A4 2D 2F
Octal 102 256 222 76 0 20 40 244 55 57
Binary 1000010 10101110 10010010 111110 0 10000 100000 10100100 101101 101111

Color Harmonies of #42AE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE92

Black with #42AE92

Text Example


Text Example

White with #42AE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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