#42BC69

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

Shades of Medium Sea Green #42BC69

Tints of Medium Sea Green #42BC69

Color information

#42BC69 (or 0x42BC69) is unknown color: approx Medium Sea Green. HEX triplet: 42, BC and 69. RGB value is (66,188,105). Sum of RGB (Red+Green+Blue) = 66+188+105=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC69 is #BD4396. Grayscale: #8E8E8E. Windows color (decimal): -12403607 or 6929474. OLE color: 6929474.

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

Color convert

RGB66188105-
CMYK0.6500.440.26
HSL139.18º48.03%49.8%-
HSV(B)139.18º64.89%73.73%-
XYZ22.7838.1419.53-
YUV142.06107.0873.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=18.38%
G=52.37%
B=29.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881050.6500.440.26139.1848.0349.8
Hex42BC694102C1A8b3032
Octal102274151101054322136062
Binary1000010101111001101001100000101011001101010001011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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