Html Css Color HEX #00AAB6 Iris Blue

📋 copy color: '#00AAB6'

red 0 ◦ green 170 ◦ blue 182

#00AAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #00AAB6

Tints of Iris Blue #00AAB6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 170 (66.8% from 255) = 48.3%

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 0%
G = 48.3%
B = 51.7%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#00AAB6 (or 0x00AAB6) is known color: Iris Blue. HEX triplet: 00, AA and B6. RGB value is (0,170,182). Sum of RGB (Red+Green+Blue) = 0+170+182=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #00AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AAB6 is #FF5549. Grayscale: #787878. Windows color (decimal): -16733514 or 11971072. OLE color: 11971072.

HSL color Cylindrical-coordinate representation of color #00AAB6: hue angle of 183.96º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAB6 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 170 182 -
CMYK 1 0.07 0 0.29
HSL 183.96º 1% 0.36% -
HSV(B) 183.96º 1% 0.71% -
XYZ 22.82 32.13 49.25 -
YUV 120.54 162.68 42.02 -
System Red Green Blue C M Y K H S L
Decimal 0 170 182 1 0.07 0 0.29 183.96 1 0.36
Hex 0 AA B6 64 7 0 1D B8 64 24
Octal 0 252 266 144 7 0 35 270 144 44
Binary 0 10101010 10110110 1100100 111 0 11101 10111000 1100100 100100

Color Harmonies of #00AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAB6

Black with #00AAB6

Text Example


Text Example

White with #00AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AAB6; }

 p { color: rgb(0,170,182); }

 H1.HeaderClassName
 {
   color: #00AAB6;
 }
 .AnyTagClassName
 {
   color: #00AAB6;
 }
</style>

background-color css

<style>
 a { background-color: #00AAB6; }

 a { background-color: rgb(0,170,182); }

 div.DivClassName
 {
   background-color: #00AAB6;
 }
 .BgClassName
 {
   background-color: #00AAB6;
 }
</style>

border-color css

<style>
 span { border-color: #00AAB6; }

 span { border-color: rgb(0,170,182); }

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