#35BABA

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

Shades of Light Sea Green #35BABA

Tints of Light Sea Green #35BABA

Color information

#35BABA (or 0x35BABA) is unknown color: approx Light Sea Green. HEX triplet: 35, BA and BA. RGB value is (53,186,186). Sum of RGB (Red+Green+Blue) = 53+186+186=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #35BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BABA is #CA4545. Grayscale: #929292. Windows color (decimal): -13256006 or 12237365. OLE color: 12237365.

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

Color convert

RGB53186186-
CMYK0.72000.27
HSL180º55.65%46.86%-
HSV(B)180º71.51%72.94%-
XYZ27.8939.4252.59-
YUV146.23150.4461.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=12.47%
G=43.76%
B=43.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531861860.72000.2718055.6546.86
Hex35BABA48001Bb4382f
Octal6527227211000332647057
Binary11010110111010101110101001000001101110110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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