Html Css Color HEX #12B4BB Iris Blue

📋 copy color: '#12B4BB'

red 18 ◦ green 180 ◦ blue 187

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

Shades of Iris Blue #12B4BB

Tints of Iris Blue #12B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 4.68%
G = 46.75%
B = 48.57%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12B4BB (or 0x12B4BB) is known color: Iris Blue. HEX triplet: 12, B4 and BB. RGB value is (18,180,187). Sum of RGB (Red+Green+Blue) = 18+180+187=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #12B4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B4BB is #ED4B44. Grayscale: #848484. Windows color (decimal): -15551301 or 12301330. OLE color: 12301330.

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

Color convert

RGB 18 180 187 -
CMYK 0.90 0.04 0 0.27
HSL 182.49º 0.82% 0.4% -
HSV(B) 182.49º 0.9% 0.73% -
XYZ 25.54 36.36 52.69 -
YUV 132.36 158.83 46.43 -
System Red Green Blue C M Y K H S L
Decimal 18 180 187 0.90 0.04 0 0.27 182.49 0.82 0.4
Hex 12 B4 BB 5A 4 0 1B B6 52 28
Octal 22 264 273 132 4 0 33 266 122 50
Binary 10010 10110100 10111011 1011010 100 0 11011 10110110 1010010 101000

Color Harmonies of #12B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B4BB

Black with #12B4BB

Text Example


Text Example

White with #12B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,187); }

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

background-color css

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

 a { background-color: rgb(18,180,187); }

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

border-color css

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

 span { border-color: rgb(18,180,187); }

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