#35B9AF

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

Shades of Light Sea Green #35B9AF

Tints of Light Sea Green #35B9AF

Color information

#35B9AF (or 0x35B9AF) is unknown color: approx Light Sea Green. HEX triplet: 35, B9 and AF. RGB value is (53,185,175). Sum of RGB (Red+Green+Blue) = 53+185+175=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #35B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B9AF is #CA4650. Grayscale: #909090. Windows color (decimal): -13256273 or 11516213. OLE color: 11516213.

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

Color convert

RGB53185175-
CMYK0.7100.050.27
HSL175.45º55.46%46.67%-
HSV(B)175.45º71.35%72.55%-
XYZ26.5638.5546.6-
YUV144.39145.2762.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 185 (72.66% from 255) = 44.79%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=12.83%
G=44.79%
B=42.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851750.7100.050.27175.4555.4646.67
Hex35B9AF47051Baf372f
Octal6527125710705332576757
Binary1101011011100110101111100011101011101110101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,175); }

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

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

 a { background-color: rgb(53,185,175); }

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

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

 span { border-color: rgb(53,185,175); }

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