Html Css Color HEX #42AD93 Gossamer

📋 copy color: '#42AD93'

red 66 ◦ green 173 ◦ blue 147

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

Shades of Gossamer #42AD93

Tints of Gossamer #42AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 17.1%
G = 44.82%
B = 38.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#42AD93 (or 0x42AD93) is known color: Gossamer. HEX triplet: 42, AD and 93. RGB value is (66,173,147). Sum of RGB (Red+Green+Blue) = 66+173+147=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD93 is #BD526C. Grayscale: #8A8A8A. Windows color (decimal): -12407405 or 9678146. OLE color: 9678146.

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

Color convert

RGB 66 173 147 -
CMYK 0.62 0 0.15 0.32
HSL 165.42º 0.45% 0.47% -
HSV(B) 165.42º 0.62% 0.68% -
XYZ 22.46 33.15 32.82 -
YUV 138.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 66 173 147 0.62 0 0.15 0.32 165.42 0.45 0.47
Hex 42 AD 93 3E 0 F 20 A5 2D 2F
Octal 102 255 223 76 0 17 40 245 55 57
Binary 1000010 10101101 10010011 111110 0 1111 100000 10100101 101101 101111

Color Harmonies of #42AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD93

Black with #42AD93

Text Example


Text Example

White with #42AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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