#42BB76

Color #42BB76 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #42BB76

Tints of Medium Sea Green #42BB76

Color information

#42BB76 (or 0x42BB76) is unknown color: approx Medium Sea Green. HEX triplet: 42, BB and 76. RGB value is (66,187,118). Sum of RGB (Red+Green+Blue) = 66+187+118=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB76 is #BD4489. Grayscale: #8F8F8F. Windows color (decimal): -12403850 or 7781186. OLE color: 7781186.

HSL color Cylindrical-coordinate representation of color #42BB76: hue angle of 145.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BB76 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB66187118-
CMYK0.6500.370.27
HSL145.79º47.83%49.61%-
HSV(B)145.79º64.71%73.33%-
XYZ23.2938.0123.25-
YUV142.95113.9173.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=17.79%
G=50.40%
B=31.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871180.6500.370.27145.7947.8349.61
Hex42BB76410251B923032
Octal102273166101045332226062
Binary1000010101110111110110100000101001011101110010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,118); }

 H1.HeaderClassName
 {
   color: #42BB76;
 }
 .AnyTagClassName
 {
   color: #42BB76;
 }
</style>
background-color css

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

 a { background-color: rgb(66,187,118); }

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

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

 span { border-color: rgb(66,187,118); }

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