#35BAAE

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

Shades of Light Sea Green #35BAAE

Tints of Light Sea Green #35BAAE

Color information

#35BAAE (or 0x35BAAE) is unknown color: approx Light Sea Green. HEX triplet: 35, BA and AE. RGB value is (53,186,174). Sum of RGB (Red+Green+Blue) = 53+186+174=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAAE is #CA4551. Grayscale: #909090. Windows color (decimal): -13256018 or 11450933. OLE color: 11450933.

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

Color convert

RGB53186174-
CMYK0.7200.060.27
HSL174.59º55.65%46.86%-
HSV(B)174.59º71.51%72.94%-
XYZ26.6738.9346.15-
YUV144.86144.4462.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=12.83%
G=45.04%
B=42.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861740.7200.060.27174.5955.6546.86
Hex35BAAE48061Baf382f
Octal6527225611006332577057
Binary1101011011101010101110100100001101101110101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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