Html Css Color HEX #12B4BC Iris Blue

📋 copy color: '#12B4BC'

red 18 ◦ green 180 ◦ blue 188

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

Shades of Iris Blue #12B4BC

Tints of Iris Blue #12B4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 4.66%
G = 46.63%
B = 48.7%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12B4BC (or 0x12B4BC) is known color: Iris Blue. HEX triplet: 12, B4 and BC. RGB value is (18,180,188). Sum of RGB (Red+Green+Blue) = 18+180+188=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #12B4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B4BC is #ED4B43. Grayscale: #848484. Windows color (decimal): -15551300 or 12366866. OLE color: 12366866.

HSL color Cylindrical-coordinate representation of color #12B4BC: hue angle of 182.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B4BC is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 180 188 -
CMYK 0.90 0.04 0 0.26
HSL 182.82º 0.83% 0.4% -
HSV(B) 182.82º 0.9% 0.74% -
XYZ 25.65 36.4 53.25 -
YUV 132.47 159.33 46.35 -
System Red Green Blue C M Y K H S L
Decimal 18 180 188 0.90 0.04 0 0.26 182.82 0.83 0.4
Hex 12 B4 BC 5A 4 0 1A B7 53 28
Octal 22 264 274 132 4 0 32 267 123 50
Binary 10010 10110100 10111100 1011010 100 0 11010 10110111 1010011 101000

Color Harmonies of #12B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B4BC

Black with #12B4BC

Text Example


Text Example

White with #12B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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