Html Css Color HEX #42B18E Gossamer

📋 copy color: '#42B18E'

red 66 ◦ green 177 ◦ blue 142

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

Shades of Gossamer #42B18E

Tints of Gossamer #42B18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.97%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 17.14%
G = 45.97%
B = 36.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#42B18E (or 0x42B18E) is known color: Gossamer. HEX triplet: 42, B1 and 8E. RGB value is (66,177,142). Sum of RGB (Red+Green+Blue) = 66+177+142=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #42B18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B18E is #BD4E71. Grayscale: #8B8B8B. Windows color (decimal): -12406386 or 9351490. OLE color: 9351490.

HSL color Cylindrical-coordinate representation of color #42B18E: hue angle of 161.08º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B18E is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 142 -
CMYK 0.63 0 0.20 0.31
HSL 161.08º 0.46% 0.48% -
HSV(B) 161.08º 0.63% 0.69% -
XYZ 22.85 34.56 31.06 -
YUV 139.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 66 177 142 0.63 0 0.20 0.31 161.08 0.46 0.48
Hex 42 B1 8E 3F 0 14 1F A1 2E 30
Octal 102 261 216 77 0 24 37 241 56 60
Binary 1000010 10110001 10001110 111111 0 10100 11111 10100001 101110 110000

Color Harmonies of #42B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B18E

Black with #42B18E

Text Example


Text Example

White with #42B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,142); }

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

background-color css

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

 a { background-color: rgb(66,177,142); }

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

border-color css

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

 span { border-color: rgb(66,177,142); }

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