#0ABAB6

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

Shades of Iris Blue #0ABAB6

Tints of Iris Blue #0ABAB6

Color information

#0ABAB6 (or 0x0ABAB6) is unknown color: approx Iris Blue. HEX triplet: 0A, BA and B6. RGB value is (10,186,182). Sum of RGB (Red+Green+Blue) = 10+186+182=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAB6 is #F54549. Grayscale: #848484. Windows color (decimal): -16074058 or 11975178. OLE color: 11975178.

HSL color Cylindrical-coordinate representation of color #0ABAB6: hue angle of 178.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABAB6 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB10186182-
CMYK0.9500.020.27
HSL178.64º89.8%38.43%-
HSV(B)178.64º94.62%72.94%-
XYZ26.1338.5650.32-
YUV132.92155.6940.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.65%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=2.65%
G=49.21%
B=48.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861820.9500.020.27178.6489.838.43
HexABAB65F021Bb35a26
Octal12272266137023326313246
Binary10101011101010110110101111101011011101100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABAB6; }

 p { color: rgb(10,186,182); }

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

<style>
 a { background-color: #0ABAB6; }

 a { background-color: rgb(10,186,182); }

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

<style>
 span { border-color: #0ABAB6; }

 span { border-color: rgb(10,186,182); }

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