#0CFAF8

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

Shades of Aqua #0CFAF8

Tints of Aqua #0CFAF8

Color information

#0CFAF8 (or 0x0CFAF8) is unknown color: approx Aqua. HEX triplet: 0C, FA and F8. RGB value is (12,250,248). Sum of RGB (Red+Green+Blue) = 12+250+248=510 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.35% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFAF8 is #F30507. Grayscale: #B2B2B2. Windows color (decimal): -15926536 or 16316940. OLE color: 16316940.

HSL color Cylindrical-coordinate representation of color #0CFAF8: hue angle of 179.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFAF8 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB12250248-
CMYK0.9500.010.02
HSL179.5º95.97%51.37%-
HSV(B)179.5º95.2%98.04%-
XYZ51.2875.23100.62-
YUV178.61167.159.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.35%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 248 (97.27% from 255) = 48.63%
R=2.35%
G=49.02%
B=48.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122502480.9500.010.02179.595.9751.37
HexCFAF85F012b36033
Octal1437237013701226314063
Binary1100111110101111100010111110110101100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CFAF8; }

 p { color: rgb(12,250,248); }

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

<style>
 a { background-color: #0CFAF8; }

 a { background-color: rgb(12,250,248); }

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

<style>
 span { border-color: #0CFAF8; }

 span { border-color: rgb(12,250,248); }

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