#42B768

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

Shades of Medium Sea Green #42B768

Tints of Medium Sea Green #42B768

Color information

#42B768 (or 0x42B768) is unknown color: approx Medium Sea Green. HEX triplet: 42, B7 and 68. RGB value is (66,183,104). Sum of RGB (Red+Green+Blue) = 66+183+104=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #42B768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B768 is #BD4897. Grayscale: #8B8B8B. Windows color (decimal): -12404888 or 6862658. OLE color: 6862658.

HSL color Cylindrical-coordinate representation of color #42B768: hue angle of 139.49º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B768 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB66183104-
CMYK0.6400.430.28
HSL139.49º46.99%48.82%-
HSV(B)139.49º63.93%71.76%-
XYZ21.6836.0218.91-
YUV139.01108.2475.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=18.70%
G=51.84%
B=29.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661831040.6400.430.28139.4946.9948.82
Hex42B7684002B1C8b2f31
Octal102267150100053342135761
Binary1000010101101111101000100000001010111110010001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,183,104); }

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

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

 a { background-color: rgb(66,183,104); }

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

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

 span { border-color: rgb(66,183,104); }

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