Html Css Color HEX #00BAAF Iris Blue

📋 copy color: '#00BAAF'

red 0 ◦ green 186 ◦ blue 175

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

Shades of Iris Blue #00BAAF

Tints of Iris Blue #00BAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

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

R = 0%
G = 51.52%
B = 48.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#00BAAF (or 0x00BAAF) is known color: Iris Blue. HEX triplet: 00, BA and AF. RGB value is (0,186,175). Sum of RGB (Red+Green+Blue) = 0+186+175=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #00BAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BAAF is #FF4550. Grayscale: #808080. Windows color (decimal): -16729425 or 11516416. OLE color: 11516416.

HSL color Cylindrical-coordinate representation of color #00BAAF: hue angle of 176.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAAF is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 186 175 -
CMYK 1 0 0.06 0.27
HSL 176.45º 1% 0.36% -
HSV(B) 176.45º 1% 0.73% -
XYZ 25.3 38.21 46.6 -
YUV 129.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 0 186 175 1 0 0.06 0.27 176.45 1 0.36
Hex 0 BA AF 64 0 6 1B B0 64 24
Octal 0 272 257 144 0 6 33 260 144 44
Binary 0 10111010 10101111 1100100 0 110 11011 10110000 1100100 100100

Color Harmonies of #00BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAAF

Black with #00BAAF

Text Example


Text Example

White with #00BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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