Html Css Color HEX #42AD92 Gossamer

📋 copy color: '#42AD92'

red 66 ◦ green 173 ◦ blue 146

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

Shades of Gossamer #42AD92

Tints of Gossamer #42AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

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

R = 17.14%
G = 44.94%
B = 37.92%

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

#42AD92 (or 0x42AD92) is known color: Gossamer. HEX triplet: 42, AD and 92. RGB value is (66,173,146). Sum of RGB (Red+Green+Blue) = 66+173+146=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD92 is #BD526D. Grayscale: #898989. Windows color (decimal): -12407406 or 9612610. OLE color: 9612610.

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

Color convert

RGB 66 173 146 -
CMYK 0.62 0 0.16 0.32
HSL 164.86º 0.45% 0.47% -
HSV(B) 164.86º 0.62% 0.68% -
XYZ 22.38 33.12 32.41 -
YUV 137.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 66 173 146 0.62 0 0.16 0.32 164.86 0.45 0.47
Hex 42 AD 92 3E 0 10 20 A5 2D 2F
Octal 102 255 222 76 0 20 40 245 55 57
Binary 1000010 10101101 10010010 111110 0 10000 100000 10100101 101101 101111

Color Harmonies of #42AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD92

Black with #42AD92

Text Example


Text Example

White with #42AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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