#35AEB4

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

Shades of Light Sea Green #35AEB4

Tints of Light Sea Green #35AEB4

Color information

#35AEB4 (or 0x35AEB4) is unknown color: approx Light Sea Green. HEX triplet: 35, AE and B4. RGB value is (53,174,180). Sum of RGB (Red+Green+Blue) = 53+174+180=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #35AEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEB4 is #CA514B. Grayscale: #8A8A8A. Windows color (decimal): -13259084 or 11841077. OLE color: 11841077.

HSL color Cylindrical-coordinate representation of color #35AEB4: hue angle of 182.83º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35AEB4 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53174180-
CMYK0.710.0300.29
HSL182.83º54.51%45.69%-
HSV(B)182.83º70.56%70.59%-
XYZ24.8434.3248.5-
YUV138.5151.4167.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=13.02%
G=42.75%
B=44.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531741800.710.0300.29182.8354.5145.69
Hex35AEB447301Db7372e
Octal6525626410730352676756
Binary110101101011101011010010001111101110110110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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