#35C068

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

Shades of Medium Sea Green #35C068

Tints of Medium Sea Green #35C068

Color information

#35C068 (or 0x35C068) is unknown color: approx Medium Sea Green. HEX triplet: 35, C0 and 68. RGB value is (53,192,104). Sum of RGB (Red+Green+Blue) = 53+192+104=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #35C068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C068 is #CA3F97. Grayscale: #8C8C8C. Windows color (decimal): -13254552 or 6864949. OLE color: 6864949.

HSL color Cylindrical-coordinate representation of color #35C068: hue angle of 142.01º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C068 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB53192104-
CMYK0.7200.460.25
HSL142.01º56.73%48.04%-
HSV(B)142.01º72.4%75.29%-
XYZ22.8239.4619.51-
YUV140.41107.4565.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 192 (75.39% from 255) = 55.01%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=15.19%
G=55.01%
B=29.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921040.7200.460.25142.0156.7348.04
Hex35C0684802E198e3930
Octal65300150110056312167160
Binary110101110000001101000100100001011101100110001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C068; }

 p { color: rgb(53,192,104); }

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

<style>
 a { background-color: #35C068; }

 a { background-color: rgb(53,192,104); }

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

<style>
 span { border-color: #35C068; }

 span { border-color: rgb(53,192,104); }

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