#19AFB6

Color #19AFB6 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #19AFB6

Tints of Light Sea Green #19AFB6

Color information

#19AFB6 (or 0x19AFB6) is unknown color: approx Light Sea Green. HEX triplet: 19, AF and B6. RGB value is (25,175,182). Sum of RGB (Red+Green+Blue) = 25+175+182=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #19AFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFB6 is #E65049. Grayscale: #828282. Windows color (decimal): -15093834 or 11972377. OLE color: 11972377.

HSL color Cylindrical-coordinate representation of color #19AFB6: hue angle of 182.68º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AFB6 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25175182-
CMYK0.860.0400.29
HSL182.68º75.85%40.59%-
HSV(B)182.68º86.26%71.37%-
XYZ24.1734.2449.59-
YUV130.95156.852.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.54%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=6.54%
G=45.81%
B=47.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251751820.860.0400.29182.6875.8540.59
Hex19AFB656401Db74c29
Octal31257266126403526711451
Binary1100110101111101101101010110100011101101101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19AFB6;
 }
 .AnyTagClassName
 {
   color: #19AFB6;
 }
</style>
background-color css

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

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

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

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

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

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