Html Css Color HEX #00ADAF Iris Blue

📋 copy color: '#00ADAF'

red 0 ◦ green 173 ◦ blue 175

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

Shades of Iris Blue #00ADAF

Tints of Iris Blue #00ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 0%
G = 49.71%
B = 50.29%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#00ADAF (or 0x00ADAF) is known color: Iris Blue. HEX triplet: 00, AD and AF. RGB value is (0,173,175). Sum of RGB (Red+Green+Blue) = 0+173+175=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #00ADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ADAF is #FF5250. Grayscale: #797979. Windows color (decimal): -16732753 or 11513088. OLE color: 11513088.

HSL color Cylindrical-coordinate representation of color #00ADAF: hue angle of 180.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADAF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 173 175 -
CMYK 1 0.01 0 0.31
HSL 180.69º 1% 0.34% -
HSV(B) 180.69º 1% 0.69% -
XYZ 22.68 32.98 45.73 -
YUV 121.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 0 173 175 1 0.01 0 0.31 180.69 1 0.34
Hex 0 AD AF 64 1 0 1F B5 64 22
Octal 0 255 257 144 1 0 37 265 144 42
Binary 0 10101101 10101111 1100100 1 0 11111 10110101 1100100 100010

Color Harmonies of #00ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADAF

Black with #00ADAF

Text Example


Text Example

White with #00ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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