Html Css Color HEX #19BA9F Light Sea Green

📋 copy color: '#19BA9F'

red 25 ◦ green 186 ◦ blue 159

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

Shades of Light Sea Green #19BA9F

Tints of Light Sea Green #19BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.27%

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 6.76%
G = 50.27%
B = 42.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#19BA9F (or 0x19BA9F) is known color: Light Sea Green. HEX triplet: 19, BA and 9F. RGB value is (25,186,159). Sum of RGB (Red+Green+Blue) = 25+186+159=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA9F is #E64560. Grayscale: #868686. Windows color (decimal): -15091041 or 10467865. OLE color: 10467865.

HSL color Cylindrical-coordinate representation of color #19BA9F: hue angle of 169.94º 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 #19BA9F is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 159 -
CMYK 0.87 0 0.15 0.27
HSL 169.94º 0.76% 0.41% -
HSV(B) 169.94º 0.87% 0.73% -
XYZ 24.22 37.83 38.83 -
YUV 134.78 141.66 49.7 -
System Red Green Blue C M Y K H S L
Decimal 25 186 159 0.87 0 0.15 0.27 169.94 0.76 0.41
Hex 19 BA 9F 57 0 F 1B AA 4C 29
Octal 31 272 237 127 0 17 33 252 114 51
Binary 11001 10111010 10011111 1010111 0 1111 11011 10101010 1001100 101001

Color Harmonies of #19BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA9F

Black with #19BA9F

Text Example


Text Example

White with #19BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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