Html Css Color HEX #42B28C Gossamer

📋 copy color: '#42B28C'

red 66 ◦ green 178 ◦ blue 140

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

Shades of Gossamer #42B28C

Tints of Gossamer #42B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 17.19%
G = 46.35%
B = 36.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#42B28C (or 0x42B28C) is known color: Gossamer. HEX triplet: 42, B2 and 8C. RGB value is (66,178,140). Sum of RGB (Red+Green+Blue) = 66+178+140=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #42B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B28C is #BD4D73. Grayscale: #8C8C8C. Windows color (decimal): -12406132 or 9220674. OLE color: 9220674.

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

Color convert

RGB 66 178 140 -
CMYK 0.63 0 0.21 0.30
HSL 159.64º 0.46% 0.48% -
HSV(B) 159.64º 0.63% 0.7% -
XYZ 22.9 34.89 30.34 -
YUV 140.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 66 178 140 0.63 0 0.21 0.30 159.64 0.46 0.48
Hex 42 B2 8C 3F 0 15 1E A0 2E 30
Octal 102 262 214 77 0 25 36 240 56 60
Binary 1000010 10110010 10001100 111111 0 10101 11110 10100000 101110 110000

Color Harmonies of #42B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B28C

Black with #42B28C

Text Example


Text Example

White with #42B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,140); }

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

background-color css

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

 a { background-color: rgb(66,178,140); }

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

border-color css

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

 span { border-color: rgb(66,178,140); }

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