Html Css Color HEX #12C0BE Iris Blue

📋 copy color: '#12C0BE'

red 18 ◦ green 192 ◦ blue 190

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

Shades of Iris Blue #12C0BE

Tints of Iris Blue #12C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

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

R = 4.5%
G = 48%
B = 47.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#12C0BE (or 0x12C0BE) is known color: Iris Blue. HEX triplet: 12, C0 and BE. RGB value is (18,192,190). Sum of RGB (Red+Green+Blue) = 18+192+190=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #12C0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C0BE is #ED3F41. Grayscale: #8B8B8B. Windows color (decimal): -15548226 or 12501010. OLE color: 12501010.

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

Color convert

RGB 18 192 190 -
CMYK 0.91 0 0.01 0.25
HSL 179.31º 0.83% 0.41% -
HSV(B) 179.31º 0.91% 0.75% -
XYZ 28.39 41.55 55.24 -
YUV 139.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 18 192 190 0.91 0 0.01 0.25 179.31 0.83 0.41
Hex 12 C0 BE 5B 0 1 19 B3 53 29
Octal 22 300 276 133 0 1 31 263 123 51
Binary 10010 11000000 10111110 1011011 0 1 11001 10110011 1010011 101001

Color Harmonies of #12C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C0BE

Black with #12C0BE

Text Example


Text Example

White with #12C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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