#42BC87

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

Shades of Medium Sea Green #42BC87

Tints of Medium Sea Green #42BC87

Color information

#42BC87 (or 0x42BC87) is unknown color: approx Medium Sea Green. HEX triplet: 42, BC and 87. RGB value is (66,188,135). Sum of RGB (Red+Green+Blue) = 66+188+135=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC87 is #BD4378. Grayscale: #919191. Windows color (decimal): -12403577 or 8895554. OLE color: 8895554.

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

Color convert

RGB66188135-
CMYK0.6500.280.26
HSL153.93º48.03%49.8%-
HSV(B)153.93º64.89%73.73%-
XYZ24.638.8729.13-
YUV145.48122.0871.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=16.97%
G=48.33%
B=34.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881350.6500.280.26153.9348.0349.8
Hex42BC874101C1A9a3032
Octal102274207101034322326062
Binary1000010101111001000011110000010111001101010011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,135); }

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

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

 a { background-color: rgb(66,188,135); }

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

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

 span { border-color: rgb(66,188,135); }

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