Html Css Color HEX #00ADAE Iris Blue

📋 copy color: '#00ADAE'

red 0 ◦ green 173 ◦ blue 174

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

Shades of Iris Blue #00ADAE

Tints of Iris Blue #00ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 0%
G = 49.86%
B = 50.14%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#00ADAE (or 0x00ADAE) is known color: Iris Blue. HEX triplet: 00, AD and AE. RGB value is (0,173,174). Sum of RGB (Red+Green+Blue) = 0+173+174=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #00ADAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ADAE is #FF5251. Grayscale: #797979. Windows color (decimal): -16732754 or 11447552. OLE color: 11447552.

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

Color convert

RGB 0 173 174 -
CMYK 1 0.01 0 0.32
HSL 180.34º 1% 0.34% -
HSV(B) 180.34º 1% 0.68% -
XYZ 22.58 32.94 45.21 -
YUV 121.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 0 173 174 1 0.01 0 0.32 180.34 1 0.34
Hex 0 AD AE 64 1 0 20 B4 64 22
Octal 0 255 256 144 1 0 40 264 144 42
Binary 0 10101101 10101110 1100100 1 0 100000 10110100 1100100 100010

Color Harmonies of #00ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADAE

Black with #00ADAE

Text Example


Text Example

White with #00ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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