Html Css Color HEX #00B6AD Iris Blue

📋 copy color: '#00B6AD'

red 0 ◦ green 182 ◦ blue 173

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

Shades of Iris Blue #00B6AD

Tints of Iris Blue #00B6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.27%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 0%
G = 51.27%
B = 48.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#00B6AD (or 0x00B6AD) is known color: Iris Blue. HEX triplet: 00, B6 and AD. RGB value is (0,182,173). Sum of RGB (Red+Green+Blue) = 0+182+173=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #00B6AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B6AD is #FF4952. Grayscale: #7E7E7E. Windows color (decimal): -16730451 or 11384320. OLE color: 11384320.

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

Color convert

RGB 0 182 173 -
CMYK 1 0 0.05 0.29
HSL 177.03º 1% 0.36% -
HSV(B) 177.03º 1% 0.71% -
XYZ 24.27 36.47 45.3 -
YUV 126.56 154.2 37.73 -
System Red Green Blue C M Y K H S L
Decimal 0 182 173 1 0 0.05 0.29 177.03 1 0.36
Hex 0 B6 AD 64 0 5 1D B1 64 24
Octal 0 266 255 144 0 5 35 261 144 44
Binary 0 10110110 10101101 1100100 0 101 11101 10110001 1100100 100100

Color Harmonies of #00B6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B6AD

Black with #00B6AD

Text Example


Text Example

White with #00B6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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