#35B0A3

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

Shades of Light Sea Green #35B0A3

Tints of Light Sea Green #35B0A3

Color information

#35B0A3 (or 0x35B0A3) is unknown color: approx Light Sea Green. HEX triplet: 35, B0 and A3. RGB value is (53,176,163). Sum of RGB (Red+Green+Blue) = 53+176+163=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #35B0A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B0A3 is #CA4F5C. Grayscale: #898989. Windows color (decimal): -13258589 or 10727477. OLE color: 10727477.

HSL color Cylindrical-coordinate representation of color #35B0A3: hue angle of 173.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B0A3 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB53176163-
CMYK0.7000.070.31
HSL173.66º53.71%44.9%-
HSV(B)173.66º69.89%69.02%-
XYZ23.634.4540.06-
YUV137.74142.2567.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.52%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=13.52%
G=44.90%
B=41.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531761630.7000.070.31173.6653.7144.9
Hex35B0A346071Fae362d
Octal6526024310607372566655
Binary1101011011000010100011100011001111111110101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,163); }

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

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

 a { background-color: rgb(53,176,163); }

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

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

 span { border-color: rgb(53,176,163); }

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