Html Css Color HEX #19BDAF Light Sea Green

📋 copy color: '#19BDAF'

red 25 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #19BDAF

Tints of Light Sea Green #19BDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 6.43%
G = 48.59%
B = 44.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#19BDAF (or 0x19BDAF) is known color: Light Sea Green. HEX triplet: 19, BD and AF. RGB value is (25,189,175). Sum of RGB (Red+Green+Blue) = 25+189+175=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #19BDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BDAF is #E64250. Grayscale: #8A8A8A. Windows color (decimal): -15090257 or 11517209. OLE color: 11517209.

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

Color convert

RGB 25 189 175 -
CMYK 0.87 0 0.07 0.26
HSL 174.88º 0.77% 0.42% -
HSV(B) 174.88º 0.87% 0.74% -
XYZ 26.34 39.7 46.83 -
YUV 138.37 148.67 47.14 -
System Red Green Blue C M Y K H S L
Decimal 25 189 175 0.87 0 0.07 0.26 174.88 0.77 0.42
Hex 19 BD AF 57 0 7 1A AF 4D 2A
Octal 31 275 257 127 0 7 32 257 115 52
Binary 11001 10111101 10101111 1010111 0 111 11010 10101111 1001101 101010

Color Harmonies of #19BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDAF

Black with #19BDAF

Text Example


Text Example

White with #19BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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