Html Css Color HEX #12B0BE Iris Blue

📋 copy color: '#12B0BE'

red 18 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #12B0BE

Tints of Iris Blue #12B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 4.69%
G = 45.83%
B = 49.48%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12B0BE (or 0x12B0BE) is known color: Iris Blue. HEX triplet: 12, B0 and BE. RGB value is (18,176,190). Sum of RGB (Red+Green+Blue) = 18+176+190=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #12B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0BE is #ED4F41. Grayscale: #828282. Windows color (decimal): -15552322 or 12496914. OLE color: 12496914.

HSL color Cylindrical-coordinate representation of color #12B0BE: hue angle of 184.88º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12B0BE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 176 190 -
CMYK 0.91 0.07 0 0.25
HSL 184.88º 0.83% 0.41% -
HSV(B) 184.88º 0.91% 0.75% -
XYZ 25.07 34.9 54.13 -
YUV 130.35 161.65 47.86 -
System Red Green Blue C M Y K H S L
Decimal 18 176 190 0.91 0.07 0 0.25 184.88 0.83 0.41
Hex 12 B0 BE 5B 7 0 19 B9 53 29
Octal 22 260 276 133 7 0 31 271 123 51
Binary 10010 10110000 10111110 1011011 111 0 11001 10111001 1010011 101001

Color Harmonies of #12B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0BE

Black with #12B0BE

Text Example


Text Example

White with #12B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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