#35AEB3

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

Shades of Light Sea Green #35AEB3

Tints of Light Sea Green #35AEB3

Color information

#35AEB3 (or 0x35AEB3) is unknown color: approx Light Sea Green. HEX triplet: 35, AE and B3. RGB value is (53,174,179). Sum of RGB (Red+Green+Blue) = 53+174+179=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #35AEB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEB3 is #CA514C. Grayscale: #8A8A8A. Windows color (decimal): -13259085 or 11775541. OLE color: 11775541.

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

Color convert

RGB53174179-
CMYK0.700.0300.30
HSL182.38º54.31%45.49%-
HSV(B)182.38º70.39%70.2%-
XYZ24.7434.2847.96-
YUV138.39150.9167.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=13.05%
G=42.86%
B=44.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531741790.700.0300.30182.3854.3145.49
Hex35AEB346301Eb6362d
Octal6525626310630362666655
Binary110101101011101011001110001101101111010110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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