#35C083

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

Shades of Medium Sea Green #35C083

Tints of Medium Sea Green #35C083

Color information

#35C083 (or 0x35C083) is unknown color: approx Medium Sea Green. HEX triplet: 35, C0 and 83. RGB value is (53,192,131). Sum of RGB (Red+Green+Blue) = 53+192+131=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #35C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C083 is #CA3F7C. Grayscale: #8F8F8F. Windows color (decimal): -13254525 or 8634421. OLE color: 8634421.

HSL color Cylindrical-coordinate representation of color #35C083: hue angle of 153.67º 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 #35C083 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB53192131-
CMYK0.7200.320.25
HSL153.67º56.73%48.04%-
HSV(B)153.67º72.4%75.29%-
XYZ24.4140.0927.93-
YUV143.48120.9563.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 192 (75.39% from 255) = 51.06%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=14.10%
G=51.06%
B=34.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531921310.7200.320.25153.6756.7348.04
Hex35C08348020199a3930
Octal65300203110040312327160
Binary1101011100000010000011100100001000001100110011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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