#10C0BA

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

Shades of Iris Blue #10C0BA

Tints of Iris Blue #10C0BA

Color information

#10C0BA (or 0x10C0BA) is unknown color: approx Iris Blue. HEX triplet: 10, C0 and BA. RGB value is (16,192,186). Sum of RGB (Red+Green+Blue) = 16+192+186=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0BA is #EF3F45. Grayscale: #8A8A8A. Windows color (decimal): -15679302 or 12238864. OLE color: 12238864.

HSL color Cylindrical-coordinate representation of color #10C0BA: hue angle of 177.95º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0BA is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB16192186-
CMYK0.9200.030.25
HSL177.95º84.62%40.78%-
HSV(B)177.95º91.67%75.29%-
XYZ27.9341.3552.96-
YUV138.69154.6940.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.06%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=4.06%
G=48.73%
B=47.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161921860.9200.030.25177.9584.6240.78
Hex10C0BA5C0319b25529
Octal20300272134033126212551
Binary100001100000010111010101110001111001101100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10C0BA; }

 p { color: rgb(16,192,186); }

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

<style>
 a { background-color: #10C0BA; }

 a { background-color: rgb(16,192,186); }

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

<style>
 span { border-color: #10C0BA; }

 span { border-color: rgb(16,192,186); }

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