Html Css Color HEX #12B0BA Iris Blue

📋 copy color: '#12B0BA'

red 18 ◦ green 176 ◦ blue 186

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

Shades of Iris Blue #12B0BA

Tints of Iris Blue #12B0BA

RGB

 RED value IS 18 (7.42% from 255) = 4.74%

 GREEN value IS 176 (69.14% from 255) = 46.32%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 4.74%
G = 46.32%
B = 48.95%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12B0BA (or 0x12B0BA) is known color: Iris Blue. HEX triplet: 12, B0 and BA. RGB value is (18,176,186). Sum of RGB (Red+Green+Blue) = 18+176+186=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #12B0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0BA is #ED4F45. Grayscale: #818181. Windows color (decimal): -15552326 or 12234770. OLE color: 12234770.

HSL color Cylindrical-coordinate representation of color #12B0BA: hue angle of 183.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B0BA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 176 186 -
CMYK 0.90 0.05 0 0.27
HSL 183.57º 0.82% 0.4% -
HSV(B) 183.57º 0.9% 0.73% -
XYZ 24.64 34.72 51.86 -
YUV 129.9 159.65 48.19 -
System Red Green Blue C M Y K H S L
Decimal 18 176 186 0.90 0.05 0 0.27 183.57 0.82 0.4
Hex 12 B0 BA 5A 5 0 1B B8 52 28
Octal 22 260 272 132 5 0 33 270 122 50
Binary 10010 10110000 10111010 1011010 101 0 11011 10111000 1010010 101000

Color Harmonies of #12B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0BA

Black with #12B0BA

Text Example


Text Example

White with #12B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B0BA; }

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

 H1.HeaderClassName
 {
   color: #12B0BA;
 }
 .AnyTagClassName
 {
   color: #12B0BA;
 }
</style>

background-color css

<style>
 a { background-color: #12B0BA; }

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

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

border-color css

<style>
 span { border-color: #12B0BA; }

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

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