#05F2F3

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

Shades of Aqua #05F2F3

Tints of Aqua #05F2F3

Color information

#05F2F3 (or 0x05F2F3) is unknown color: approx Aqua. HEX triplet: 05, F2 and F3. RGB value is (5,242,243). Sum of RGB (Red+Green+Blue) = 5+242+243=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #05F2F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2F3 is #FA0D0C. Grayscale: #ABABAB. Windows color (decimal): -16387341 or 15987205. OLE color: 15987205.

HSL color Cylindrical-coordinate representation of color #05F2F3: hue angle of 180.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2F3 is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5242243-
CMYK0.980.0000.05
HSL180.25º95.97%48.63%-
HSV(B)180.25º97.94%95.29%-
XYZ47.9970.0195.78-
YUV171.25168.489.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=1.02%
G=49.39%
B=49.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52422430.980.0000.05180.2595.9748.63
Hex5F2F362005b46031
Octal536236314200526414061
Binary1011111001011110011110001000101101101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F2F3; }

 p { color: rgb(5,242,243); }

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

<style>
 a { background-color: #05F2F3; }

 a { background-color: rgb(5,242,243); }

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

<style>
 span { border-color: #05F2F3; }

 span { border-color: rgb(5,242,243); }

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