#03ACAF

Color #03ACAF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #03ACAF

Tints of Iris Blue #03ACAF

Color information

#03ACAF (or 0x03ACAF) is unknown color: approx Iris Blue. HEX triplet: 03, AC and AF. RGB value is (3,172,175). Sum of RGB (Red+Green+Blue) = 3+172+175=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #03ACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ACAF is #FC5350. Grayscale: #797979. Windows color (decimal): -16536401 or 11512835. OLE color: 11512835.

HSL color Cylindrical-coordinate representation of color #03ACAF: hue angle of 181.05º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ACAF is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3172175-
CMYK0.980.0200.31
HSL181.05º96.63%34.9%-
HSV(B)181.05º98.29%68.63%-
XYZ22.5332.6245.67-
YUV121.81158.0143.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 175 (68.75% from 255) = 50%
R=0.86%
G=49.14%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31721750.980.0200.31181.0596.6334.9
Hex3ACAF62201Fb56123
Octal3254257142203726514143
Binary111010110010101111110001010011111101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03ACAF; }

 p { color: rgb(3,172,175); }

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

<style>
 a { background-color: #03ACAF; }

 a { background-color: rgb(3,172,175); }

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

<style>
 span { border-color: #03ACAF; }

 span { border-color: rgb(3,172,175); }

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