Html Css Color HEX #12B8C0 Iris Blue

📋 copy color: '#12B8C0'

red 18 ◦ green 184 ◦ blue 192

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

Shades of Iris Blue #12B8C0

Tints of Iris Blue #12B8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 4.57%
G = 46.7%
B = 48.73%

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

#12B8C0 (or 0x12B8C0) is known color: Iris Blue. HEX triplet: 12, B8 and C0. RGB value is (18,184,192). Sum of RGB (Red+Green+Blue) = 18+184+192=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #12B8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8C0 is #ED473F. Grayscale: #878787. Windows color (decimal): -15550272 or 12630034. OLE color: 12630034.

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

Color convert

RGB 18 184 192 -
CMYK 0.91 0.04 0 0.25
HSL 182.76º 0.83% 0.41% -
HSV(B) 182.76º 0.91% 0.75% -
XYZ 26.9 38.22 55.83 -
YUV 135.28 160 44.35 -
System Red Green Blue C M Y K H S L
Decimal 18 184 192 0.91 0.04 0 0.25 182.76 0.83 0.41
Hex 12 B8 C0 5B 4 0 19 B7 53 29
Octal 22 270 300 133 4 0 31 267 123 51
Binary 10010 10111000 11000000 1011011 100 0 11001 10110111 1010011 101001

Color Harmonies of #12B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B8C0

Black with #12B8C0

Text Example


Text Example

White with #12B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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