#03ACAE

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

Shades of Iris Blue #03ACAE

Tints of Iris Blue #03ACAE

Color information

#03ACAE (or 0x03ACAE) is unknown color: approx Iris Blue. HEX triplet: 03, AC and AE. RGB value is (3,172,174). Sum of RGB (Red+Green+Blue) = 3+172+174=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #03ACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ACAE is #FC5351. Grayscale: #797979. Windows color (decimal): -16536402 or 11447299. OLE color: 11447299.

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

Color convert

RGB3172174-
CMYK0.980.0100.32
HSL180.7º96.61%34.71%-
HSV(B)180.7º98.28%68.24%-
XYZ22.4332.5845.15-
YUV121.7157.5143.34-

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.28%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=0.86%
G=49.28%
B=49.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31721740.980.0100.32180.796.6134.71
Hex3ACAE621020b56123
Octal3254256142104026514143
Binary111010110010101110110001010100000101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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