#35C3B2

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

Shades of Light Sea Green #35C3B2

Tints of Light Sea Green #35C3B2

Color information

#35C3B2 (or 0x35C3B2) is unknown color: approx Light Sea Green. HEX triplet: 35, C3 and B2. RGB value is (53,195,178). Sum of RGB (Red+Green+Blue) = 53+195+178=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #35C3B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C3B2 is #CA3C4D. Grayscale: #969696. Windows color (decimal): -13253710 or 11715381. OLE color: 11715381.

HSL color Cylindrical-coordinate representation of color #35C3B2: hue angle of 172.82º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C3B2 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB53195178-
CMYK0.7300.090.24
HSL172.82º57.26%48.63%-
HSV(B)172.82º72.82%76.47%-
XYZ29.024348.89-
YUV150.6143.4658.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.44%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 178 (69.92% from 255) = 41.78%
R=12.44%
G=45.77%
B=41.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951780.7300.090.24172.8257.2648.63
Hex35C3B2490918ad3931
Octal65303262111011302557161
Binary11010111000011101100101001001010011100010101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,178); }

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

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

 a { background-color: rgb(53,195,178); }

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

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

 span { border-color: rgb(53,195,178); }

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