#10f8f0

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

Shades of Aqua #10F8F0

Tints of Aqua #10F8F0

Color information

#10F8F0 (or 0x10F8F0) is unknown color: approx Aqua. HEX triplet: 10, F8 and F0. RGB value is (16,248,240). Sum of RGB (Red+Green+Blue) = 16+248+240=504 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.17% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #10F8F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F8F0 is #EF070F. Grayscale: #B1B1B1. Windows color (decimal): -15664912 or 15792144. OLE color: 15792144.

HSL color Cylindrical-coordinate representation of color #10F8F0: hue angle of 177.93º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F8F0 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB16248240-
CMYK0.9400.030.03
HSL177.93º94.31%51.76%-
HSV(B)177.93º93.55%97.25%-
XYZ49.5173.5494.02-
YUV177.72163.1412.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.17%
GREEN value IS 248 (97.27% from 255) = 49.21%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=3.17%
G=49.21%
B=47.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162482400.9400.030.03177.9394.3151.76
Hex10F8F05E033b25e34
Octal2037036013603326213664
Binary100001111100011110000101111001111101100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10f8f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10f8f0; }

 p { color: rgb(16,248,240); }

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

<style>
 a { background-color: #10f8f0; }

 a { background-color: rgb(16,248,240); }

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

<style>
 span { border-color: #10f8f0; }

 span { border-color: rgb(16,248,240); }

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