#19BABA

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

Shades of Light Sea Green #19BABA

Tints of Light Sea Green #19BABA

Color information

#19BABA (or 0x19BABA) is unknown color: approx Light Sea Green. HEX triplet: 19, BA and BA. RGB value is (25,186,186). Sum of RGB (Red+Green+Blue) = 25+186+186=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #19BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BABA is #E64545. Grayscale: #898989. Windows color (decimal): -15091014 or 12237337. OLE color: 12237337.

HSL color Cylindrical-coordinate representation of color #19BABA: hue angle of 180º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BABA is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25186186-
CMYK0.87000.27
HSL180º76.3%41.37%-
HSV(B)180º86.56%72.94%-
XYZ26.8238.8752.54-
YUV137.86155.1647.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.30%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=6.30%
G=46.85%
B=46.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251861860.87000.2718076.341.37
Hex19BABA57001Bb44c29
Octal31272272127003326411451
Binary11001101110101011101010101110011011101101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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