Html Css Color HEX #19BBBA Light Sea Green

📋 copy color: '#19BBBA'

red 25 ◦ green 187 ◦ blue 186

#19BBBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #19BBBA

Tints of Light Sea Green #19BBBA

RGB

 RED value IS 25 (10.16% from 255) = 6.28%

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 6.28%
G = 46.98%
B = 46.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#19BBBA (or 0x19BBBA) is known color: Light Sea Green. HEX triplet: 19, BB and BA. RGB value is (25,187,186). Sum of RGB (Red+Green+Blue) = 25+187+186=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #19BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBBA is #E64445. Grayscale: #8A8A8A. Windows color (decimal): -15090758 or 12237593. OLE color: 12237593.

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

Color convert

RGB 25 187 186 -
CMYK 0.87 0 0.01 0.27
HSL 179.63º 0.76% 0.42% -
HSV(B) 179.63º 0.87% 0.73% -
XYZ 27.03 39.29 52.61 -
YUV 138.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 25 187 186 0.87 0 0.01 0.27 179.63 0.76 0.42
Hex 19 BB BA 57 0 1 1B B4 4C 2A
Octal 31 273 272 127 0 1 33 264 114 52
Binary 11001 10111011 10111010 1010111 0 1 11011 10110100 1001100 101010

Color Harmonies of #19BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BBBA

Black with #19BBBA

Text Example


Text Example

White with #19BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19BBBA;
 }
 .AnyTagClassName
 {
   color: #19BBBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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