Html Css Color HEX #19ADBA Light Sea Green

📋 copy color: '#19ADBA'

red 25 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #19ADBA

Tints of Light Sea Green #19ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.05%

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

R = 6.51%
G = 45.05%
B = 48.44%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19ADBA (or 0x19ADBA) is known color: Light Sea Green. HEX triplet: 19, AD and BA. RGB value is (25,173,186). Sum of RGB (Red+Green+Blue) = 25+173+186=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #19ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADBA is #E65245. Grayscale: #828282. Windows color (decimal): -15094342 or 12234009. OLE color: 12234009.

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

Color convert

RGB 25 173 186 -
CMYK 0.87 0.07 0 0.27
HSL 184.84º 0.76% 0.41% -
HSV(B) 184.84º 0.87% 0.73% -
XYZ 24.21 33.64 51.67 -
YUV 130.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 25 173 186 0.87 0.07 0 0.27 184.84 0.76 0.41
Hex 19 AD BA 57 7 0 1B B9 4C 29
Octal 31 255 272 127 7 0 33 271 114 51
Binary 11001 10101101 10111010 1010111 111 0 11011 10111001 1001100 101001

Color Harmonies of #19ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ADBA

Black with #19ADBA

Text Example


Text Example

White with #19ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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