#35BAA4

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

Shades of Light Sea Green #35BAA4

Tints of Light Sea Green #35BAA4

Color information

#35BAA4 (or 0x35BAA4) is unknown color: approx Light Sea Green. HEX triplet: 35, BA and A4. RGB value is (53,186,164). Sum of RGB (Red+Green+Blue) = 53+186+164=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAA4 is #CA455B. Grayscale: #8F8F8F. Windows color (decimal): -13256028 or 10795573. OLE color: 10795573.

HSL color Cylindrical-coordinate representation of color #35BAA4: hue angle of 170.08º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BAA4 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB53186164-
CMYK0.7200.120.27
HSL170.08º55.65%46.86%-
HSV(B)170.08º71.51%72.94%-
XYZ25.7338.5641.21-
YUV143.72139.4463.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=13.15%
G=46.15%
B=40.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861640.7200.120.27170.0855.6546.86
Hex35BAA4480C1Baa382f
Octal65272244110014332527057
Binary11010110111010101001001001000011001101110101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,164); }

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

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

 a { background-color: rgb(53,186,164); }

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

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

 span { border-color: rgb(53,186,164); }

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