Html Css Color HEX #42A18A Gossamer

📋 copy color: '#42A18A'

red 66 ◦ green 161 ◦ blue 138

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

Shades of Gossamer #42A18A

Tints of Gossamer #42A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.11%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 18.08%
G = 44.11%
B = 37.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#42A18A (or 0x42A18A) is known color: Gossamer. HEX triplet: 42, A1 and 8A. RGB value is (66,161,138). Sum of RGB (Red+Green+Blue) = 66+161+138=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #42A18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A18A is #BD5E75. Grayscale: #818181. Windows color (decimal): -12410486 or 9085250. OLE color: 9085250.

HSL color Cylindrical-coordinate representation of color #42A18A: hue angle of 165.47º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A18A is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 138 -
CMYK 0.59 0 0.14 0.37
HSL 165.47º 0.42% 0.45% -
HSV(B) 165.47º 0.59% 0.63% -
XYZ 19.58 28.48 28.51 -
YUV 129.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 66 161 138 0.59 0 0.14 0.37 165.47 0.42 0.45
Hex 42 A1 8A 3B 0 E 25 A5 2A 2D
Octal 102 241 212 73 0 16 45 245 52 55
Binary 1000010 10100001 10001010 111011 0 1110 100101 10100101 101010 101101

Color Harmonies of #42A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A18A

Black with #42A18A

Text Example


Text Example

White with #42A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,138); }

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

background-color css

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

 a { background-color: rgb(66,161,138); }

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

border-color css

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

 span { border-color: rgb(66,161,138); }

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