Html Css Color HEX #19BDBE Light Sea Green

📋 copy color: '#19BDBE'

red 25 ◦ green 189 ◦ blue 190

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

Shades of Light Sea Green #19BDBE

Tints of Light Sea Green #19BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 6.19%
G = 46.78%
B = 47.03%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19BDBE (or 0x19BDBE) is known color: Light Sea Green. HEX triplet: 19, BD and BE. RGB value is (25,189,190). Sum of RGB (Red+Green+Blue) = 25+189+190=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #19BDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDBE is #E64241. Grayscale: #8B8B8B. Windows color (decimal): -15090242 or 12500249. OLE color: 12500249.

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

Color convert

RGB 25 189 190 -
CMYK 0.87 0.01 0 0.25
HSL 180.36º 0.77% 0.42% -
HSV(B) 180.36º 0.87% 0.75% -
XYZ 27.89 40.32 55.03 -
YUV 140.08 156.17 45.92 -
System Red Green Blue C M Y K H S L
Decimal 25 189 190 0.87 0.01 0 0.25 180.36 0.77 0.42
Hex 19 BD BE 57 1 0 19 B4 4D 2A
Octal 31 275 276 127 1 0 31 264 115 52
Binary 11001 10111101 10111110 1010111 1 0 11001 10110100 1001101 101010

Color Harmonies of #19BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDBE

Black with #19BDBE

Text Example


Text Example

White with #19BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,189,190); }

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

background-color css

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

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

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

border-color css

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

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

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