Html Css Color HEX #12BABF Iris Blue

📋 copy color: '#12BABF'

red 18 ◦ green 186 ◦ blue 191

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

Shades of Iris Blue #12BABF

Tints of Iris Blue #12BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 191 (75% from 255) = 48.35%

R = 4.56%
G = 47.09%
B = 48.35%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12BABF (or 0x12BABF) is known color: Iris Blue. HEX triplet: 12, BA and BF. RGB value is (18,186,191). Sum of RGB (Red+Green+Blue) = 18+186+191=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #12BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BABF is #ED4540. Grayscale: #888888. Windows color (decimal): -15549761 or 12565010. OLE color: 12565010.

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

Color convert

RGB 18 186 191 -
CMYK 0.91 0.03 0 0.25
HSL 181.73º 0.83% 0.41% -
HSV(B) 181.73º 0.91% 0.75% -
XYZ 27.21 39.01 55.39 -
YUV 136.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 18 186 191 0.91 0.03 0 0.25 181.73 0.83 0.41
Hex 12 BA BF 5B 3 0 19 B6 53 29
Octal 22 272 277 133 3 0 31 266 123 51
Binary 10010 10111010 10111111 1011011 11 0 11001 10110110 1010011 101001

Color Harmonies of #12BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BABF

Black with #12BABF

Text Example


Text Example

White with #12BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,191); }

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

background-color css

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

 a { background-color: rgb(18,186,191); }

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

border-color css

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

 span { border-color: rgb(18,186,191); }

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