#19F9F3

Color #19F9F3 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #19F9F3

Tints of Aqua #19F9F3

Color information

#19F9F3 (or 0x19F9F3) is unknown color: approx Aqua. HEX triplet: 19, F9 and F3. RGB value is (25,249,243). Sum of RGB (Red+Green+Blue) = 25+249+243=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F9F3 is #E6060C. Grayscale: #B5B5B5. Windows color (decimal): -15074829 or 15989017. OLE color: 15989017.

HSL color Cylindrical-coordinate representation of color #19F9F3: hue angle of 178.39º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9F3 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB25249243-
CMYK0.9000.020.02
HSL178.39º94.92%53.73%-
HSV(B)178.39º89.96%97.65%-
XYZ50.4574.4396.5-
YUV181.34162.7916.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.84%
GREEN value IS 249 (97.66% from 255) = 48.16%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=4.84%
G=48.16%
B=47.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal252492430.9000.020.02178.3994.9253.73
Hex19F9F35A022b25f36
Octal3137136313202226213766
Binary110011111100111110011101101001010101100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,249,243); }

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

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

 a { background-color: rgb(25,249,243); }

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

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

 span { border-color: rgb(25,249,243); }

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