#42BB81

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

Shades of Medium Sea Green #42BB81

Tints of Medium Sea Green #42BB81

Color information

#42BB81 (or 0x42BB81) is unknown color: approx Medium Sea Green. HEX triplet: 42, BB and 81. RGB value is (66,187,129). Sum of RGB (Red+Green+Blue) = 66+187+129=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BB81 is #BD447E. Grayscale: #909090. Windows color (decimal): -12403839 or 8502082. OLE color: 8502082.

HSL color Cylindrical-coordinate representation of color #42BB81: hue angle of 151.24º 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 #42BB81 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB66187129-
CMYK0.6500.310.27
HSL151.24º47.83%49.61%-
HSV(B)151.24º64.71%73.33%-
XYZ23.9838.2826.89-
YUV144.21119.4172.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=17.28%
G=48.95%
B=33.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871290.6500.310.27151.2447.8349.61
Hex42BB814101F1B973032
Octal102273201101037332276062
Binary1000010101110111000000110000010111111101110010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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