Html Css Color HEX #19AFBA Light Sea Green

📋 copy color: '#19AFBA'

red 25 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #19AFBA

Tints of Light Sea Green #19AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

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

R = 6.48%
G = 45.34%
B = 48.19%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19AFBA (or 0x19AFBA) is known color: Light Sea Green. HEX triplet: 19, AF and BA. RGB value is (25,175,186). Sum of RGB (Red+Green+Blue) = 25+175+186=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #19AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFBA is #E65045. Grayscale: #838383. Windows color (decimal): -15093830 or 12234521. OLE color: 12234521.

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

Color convert

RGB 25 175 186 -
CMYK 0.87 0.06 0 0.27
HSL 184.1º 0.76% 0.41% -
HSV(B) 184.1º 0.87% 0.73% -
XYZ 24.59 34.41 51.8 -
YUV 131.4 158.81 52.11 -
System Red Green Blue C M Y K H S L
Decimal 25 175 186 0.87 0.06 0 0.27 184.1 0.76 0.41
Hex 19 AF BA 57 6 0 1B B8 4C 29
Octal 31 257 272 127 6 0 33 270 114 51
Binary 11001 10101111 10111010 1010111 110 0 11011 10111000 1001100 101001

Color Harmonies of #19AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFBA

Black with #19AFBA

Text Example


Text Example

White with #19AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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