#35B1AB

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

Shades of Light Sea Green #35B1AB

Tints of Light Sea Green #35B1AB

Color information

#35B1AB (or 0x35B1AB) is unknown color: approx Light Sea Green. HEX triplet: 35, B1 and AB. RGB value is (53,177,171). Sum of RGB (Red+Green+Blue) = 53+177+171=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #35B1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B1AB is #CA4E54. Grayscale: #8B8B8B. Windows color (decimal): -13258325 or 11252021. OLE color: 11252021.

HSL color Cylindrical-coordinate representation of color #35B1AB: hue angle of 177.1º 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 #35B1AB is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB53177171-
CMYK0.7000.030.31
HSL177.1º53.91%45.1%-
HSV(B)177.1º70.06%69.41%-
XYZ24.5435.1444.02-
YUV139.24145.9266.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=13.22%
G=44.14%
B=42.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531771710.7000.030.31177.153.9145.1
Hex35B1AB46031Fb1362d
Octal6526125310603372616655
Binary110101101100011010101110001100111111110110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,177,171); }

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

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

 a { background-color: rgb(53,177,171); }

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

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

 span { border-color: rgb(53,177,171); }

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