Html Css Color HEX #12B5BB Iris Blue

📋 copy color: '#12B5BB'

red 18 ◦ green 181 ◦ blue 187

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

Shades of Iris Blue #12B5BB

Tints of Iris Blue #12B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

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

R = 4.66%
G = 46.89%
B = 48.45%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12B5BB (or 0x12B5BB) is known color: Iris Blue. HEX triplet: 12, B5 and BB. RGB value is (18,181,187). Sum of RGB (Red+Green+Blue) = 18+181+187=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #12B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5BB is #ED4A44. Grayscale: #848484. Windows color (decimal): -15551045 or 12301586. OLE color: 12301586.

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

Color convert

RGB 18 181 187 -
CMYK 0.90 0.03 0 0.27
HSL 182.13º 0.82% 0.4% -
HSV(B) 182.13º 0.9% 0.73% -
XYZ 25.74 36.76 52.75 -
YUV 132.95 158.5 46.01 -
System Red Green Blue C M Y K H S L
Decimal 18 181 187 0.90 0.03 0 0.27 182.13 0.82 0.4
Hex 12 B5 BB 5A 3 0 1B B6 52 28
Octal 22 265 273 132 3 0 33 266 122 50
Binary 10010 10110101 10111011 1011010 11 0 11011 10110110 1010010 101000

Color Harmonies of #12B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B5BB

Black with #12B5BB

Text Example


Text Example

White with #12B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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