Html Css Color HEX #19BCBA Light Sea Green

📋 copy color: '#19BCBA'

red 25 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #19BCBA

Tints of Light Sea Green #19BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 6.27%
G = 47.12%
B = 46.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#19BCBA (or 0x19BCBA) is known color: Light Sea Green. HEX triplet: 19, BC and BA. RGB value is (25,188,186). Sum of RGB (Red+Green+Blue) = 25+188+186=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #19BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCBA is #E64345. Grayscale: #8A8A8A. Windows color (decimal): -15090502 or 12237849. OLE color: 12237849.

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

Color convert

RGB 25 188 186 -
CMYK 0.87 0 0.01 0.26
HSL 179.26º 0.77% 0.42% -
HSV(B) 179.26º 0.87% 0.74% -
XYZ 27.25 39.72 52.68 -
YUV 139.04 154.5 46.66 -
System Red Green Blue C M Y K H S L
Decimal 25 188 186 0.87 0 0.01 0.26 179.26 0.77 0.42
Hex 19 BC BA 57 0 1 1A B3 4D 2A
Octal 31 274 272 127 0 1 32 263 115 52
Binary 11001 10111100 10111010 1010111 0 1 11010 10110011 1001101 101010

Color Harmonies of #19BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCBA

Black with #19BCBA

Text Example


Text Example

White with #19BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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