Html Css Color HEX #12B7BE Iris Blue

📋 copy color: '#12B7BE'

red 18 ◦ green 183 ◦ blue 190

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

Shades of Iris Blue #12B7BE

Tints of Iris Blue #12B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.8%

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

R = 4.6%
G = 46.8%
B = 48.59%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12B7BE (or 0x12B7BE) is known color: Iris Blue. HEX triplet: 12, B7 and BE. RGB value is (18,183,190). Sum of RGB (Red+Green+Blue) = 18+183+190=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #12B7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B7BE is #ED4841. Grayscale: #868686. Windows color (decimal): -15550530 or 12498706. OLE color: 12498706.

HSL color Cylindrical-coordinate representation of color #12B7BE: hue angle of 182.44º 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 #12B7BE is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 183 190 -
CMYK 0.91 0.04 0 0.25
HSL 182.44º 0.83% 0.41% -
HSV(B) 182.44º 0.91% 0.75% -
XYZ 26.48 37.71 54.6 -
YUV 134.46 159.34 44.93 -
System Red Green Blue C M Y K H S L
Decimal 18 183 190 0.91 0.04 0 0.25 182.44 0.83 0.41
Hex 12 B7 BE 5B 4 0 19 B6 53 29
Octal 22 267 276 133 4 0 31 266 123 51
Binary 10010 10110111 10111110 1011011 100 0 11001 10110110 1010011 101001

Color Harmonies of #12B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B7BE

Black with #12B7BE

Text Example


Text Example

White with #12B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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