#00B5AD

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

Shades of Iris Blue #00B5AD

Tints of Iris Blue #00B5AD

Color information

#00B5AD (or 0x00B5AD) is unknown color: approx Iris Blue. HEX triplet: 00, B5 and AD. RGB value is (0,181,173). Sum of RGB (Red+Green+Blue) = 0+181+173=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #00B5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B5AD is #FF4A52. Grayscale: #7D7D7D. Windows color (decimal): -16730707 or 11384064. OLE color: 11384064.

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

Color convert

RGB0181173-
CMYK100.040.29
HSL177.35º100%35.49%-
HSV(B)177.35º100%70.98%-
XYZ24.0736.0645.23-
YUV125.97154.5338.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=0%
G=51.13%
B=48.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0181173100.040.29177.3510035.49
Hex0B5AD64041Db16423
Octal0265255144043526114443
Binary010110101101011011100100010011101101100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,181,173); }

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

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

 a { background-color: rgb(0,181,173); }

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

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

 span { border-color: rgb(0,181,173); }

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