#00BCBA

Color #00BCBA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #00BCBA

Tints of Iris Blue #00BCBA

Color information

#00BCBA (or 0x00BCBA) is unknown color: approx Iris Blue. HEX triplet: 00, BC and BA. RGB value is (0,188,186). Sum of RGB (Red+Green+Blue) = 0+188+186=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCBA is #FF4345. Grayscale: #838383. Windows color (decimal): -16728902 or 12237824. OLE color: 12237824.

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

Color convert

RGB0188186-
CMYK100.010.26
HSL179.36º100%36.86%-
HSV(B)179.36º100%73.73%-
XYZ26.8539.5152.67-
YUV131.56158.7234.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 188 (73.83% from 255) = 50.27%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=0%
G=50.27%
B=49.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal0188186100.010.26179.3610036.86
Hex0BCBA64011Ab36425
Octal0274272144013226314445
Binary0101111001011101011001000111010101100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00BCBA;
 }
 .AnyTagClassName
 {
   color: #00BCBA;
 }
</style>
background-color css

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

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

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

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

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

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