Html Css Color HEX #00AFAE Iris Blue

📋 copy color: '#00AFAE'

red 0 ◦ green 175 ◦ blue 174

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

Shades of Iris Blue #00AFAE

Tints of Iris Blue #00AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.14%

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#00AFAE (or 0x00AFAE) is known color: Iris Blue. HEX triplet: 00, AF and AE. RGB value is (0,175,174). Sum of RGB (Red+Green+Blue) = 0+175+174=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFAE is #FF5051. Grayscale: #7A7A7A. Windows color (decimal): -16732242 or 11448064. OLE color: 11448064.

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

Color convert

RGB 0 175 174 -
CMYK 1 0 0.01 0.31
HSL 179.66º 1% 0.34% -
HSV(B) 179.66º 1% 0.69% -
XYZ 22.97 33.72 45.34 -
YUV 122.56 157.02 40.58 -
System Red Green Blue C M Y K H S L
Decimal 0 175 174 1 0 0.01 0.31 179.66 1 0.34
Hex 0 AF AE 64 0 1 1F B4 64 22
Octal 0 257 256 144 0 1 37 264 144 42
Binary 0 10101111 10101110 1100100 0 1 11111 10110100 1100100 100010

Color Harmonies of #00AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AFAE

Black with #00AFAE

Text Example


Text Example

White with #00AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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