#00B6AF

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

Shades of Iris Blue #00B6AF

Tints of Iris Blue #00B6AF

Color information

#00B6AF (or 0x00B6AF) is unknown color: approx Iris Blue. HEX triplet: 00, B6 and AF. RGB value is (0,182,175). Sum of RGB (Red+Green+Blue) = 0+182+175=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #00B6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B6AF is #FF4950. Grayscale: #7E7E7E. Windows color (decimal): -16730449 or 11515392. OLE color: 11515392.

HSL color Cylindrical-coordinate representation of color #00B6AF: hue angle of 177.69º 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 #00B6AF is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB0182175-
CMYK100.040.29
HSL177.69º100%35.69%-
HSV(B)177.69º100%71.37%-
XYZ24.4736.5546.32-
YUV126.78155.237.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 182 (71.48% from 255) = 50.98%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=0%
G=50.98%
B=49.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0182175100.040.29177.6910035.69
Hex0B6AF64041Db26424
Octal0266257144043526214444
Binary010110110101011111100100010011101101100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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