Html Css Color HEX #12B9C0 Iris Blue

📋 copy color: '#12B9C0'

red 18 ◦ green 185 ◦ blue 192

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

Shades of Iris Blue #12B9C0

Tints of Iris Blue #12B9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 4.56%
G = 46.84%
B = 48.61%

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

#12B9C0 (or 0x12B9C0) is known color: Iris Blue. HEX triplet: 12, B9 and C0. RGB value is (18,185,192). Sum of RGB (Red+Green+Blue) = 18+185+192=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #12B9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B9C0 is #ED463F. Grayscale: #878787. Windows color (decimal): -15550016 or 12630290. OLE color: 12630290.

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

Color convert

RGB 18 185 192 -
CMYK 0.91 0.04 0 0.25
HSL 182.41º 0.83% 0.41% -
HSV(B) 182.41º 0.91% 0.75% -
XYZ 27.11 38.63 55.9 -
YUV 135.87 159.67 43.93 -
System Red Green Blue C M Y K H S L
Decimal 18 185 192 0.91 0.04 0 0.25 182.41 0.83 0.41
Hex 12 B9 C0 5B 4 0 19 B6 53 29
Octal 22 271 300 133 4 0 31 266 123 51
Binary 10010 10111001 11000000 1011011 100 0 11001 10110110 1010011 101001

Color Harmonies of #12B9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B9C0

Black with #12B9C0

Text Example


Text Example

White with #12B9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,192); }

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

background-color css

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

 a { background-color: rgb(18,185,192); }

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

border-color css

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

 span { border-color: rgb(18,185,192); }

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