Html Css Color HEX #00BAB0 Iris Blue

📋 copy color: '#00BAB0'

red 0 ◦ green 186 ◦ blue 176

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

Shades of Iris Blue #00BAB0

Tints of Iris Blue #00BAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 0%
G = 51.38%
B = 48.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#00BAB0 (or 0x00BAB0) is known color: Iris Blue. HEX triplet: 00, BA and B0. RGB value is (0,186,176). Sum of RGB (Red+Green+Blue) = 0+186+176=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #00BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BAB0 is #FF454F. Grayscale: #818181. Windows color (decimal): -16729424 or 11581952. OLE color: 11581952.

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

Color convert

RGB 0 186 176 -
CMYK 1 0 0.05 0.27
HSL 176.77º 1% 0.36% -
HSV(B) 176.77º 1% 0.73% -
XYZ 25.4 38.25 47.12 -
YUV 129.25 154.38 35.81 -
System Red Green Blue C M Y K H S L
Decimal 0 186 176 1 0 0.05 0.27 176.77 1 0.36
Hex 0 BA B0 64 0 5 1B B1 64 24
Octal 0 272 260 144 0 5 33 261 144 44
Binary 0 10111010 10110000 1100100 0 101 11011 10110001 1100100 100100

Color Harmonies of #00BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BAB0

Black with #00BAB0

Text Example


Text Example

White with #00BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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