#00BFBA

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

Shades of Iris Blue #00BFBA

Tints of Iris Blue #00BFBA

Color information

#00BFBA (or 0x00BFBA) is unknown color: approx Iris Blue. HEX triplet: 00, BF and BA. RGB value is (0,191,186). Sum of RGB (Red+Green+Blue) = 0+191+186=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFBA is #FF4045. Grayscale: #858585. Windows color (decimal): -16728134 or 12238592. OLE color: 12238592.

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

Color convert

RGB0191186-
CMYK100.030.25
HSL178.43º100%37.45%-
HSV(B)178.43º100%74.9%-
XYZ27.4940.8152.88-
YUV133.32157.7232.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=0%
G=50.66%
B=49.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191186100.030.25178.4310037.45
Hex0BFBA640319b26425
Octal0277272144033126214445
Binary01011111110111010110010001111001101100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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