Html Css Color HEX #12B2BE Iris Blue

📋 copy color: '#12B2BE'

red 18 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #12B2BE

Tints of Iris Blue #12B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.11%

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

R = 4.66%
G = 46.11%
B = 49.22%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12B2BE (or 0x12B2BE) is known color: Iris Blue. HEX triplet: 12, B2 and BE. RGB value is (18,178,190). Sum of RGB (Red+Green+Blue) = 18+178+190=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #12B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2BE is #ED4D41. Grayscale: #838383. Windows color (decimal): -15551810 or 12497426. OLE color: 12497426.

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

Color convert

RGB 18 178 190 -
CMYK 0.91 0.06 0 0.25
HSL 184.19º 0.83% 0.41% -
HSV(B) 184.19º 0.91% 0.75% -
XYZ 25.46 35.69 54.26 -
YUV 131.53 160.99 47.02 -
System Red Green Blue C M Y K H S L
Decimal 18 178 190 0.91 0.06 0 0.25 184.19 0.83 0.41
Hex 12 B2 BE 5B 6 0 19 B8 53 29
Octal 22 262 276 133 6 0 31 270 123 51
Binary 10010 10110010 10111110 1011011 110 0 11001 10111000 1010011 101001

Color Harmonies of #12B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2BE

Black with #12B2BE

Text Example


Text Example

White with #12B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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