Html Css Color HEX #12BABB Iris Blue

📋 copy color: '#12BABB'

red 18 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #12BABB

Tints of Iris Blue #12BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 4.6%
G = 47.57%
B = 47.83%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12BABB (or 0x12BABB) is known color: Iris Blue. HEX triplet: 12, BA and BB. RGB value is (18,186,187). Sum of RGB (Red+Green+Blue) = 18+186+187=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #12BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BABB is #ED4544. Grayscale: #878787. Windows color (decimal): -15549765 or 12302866. OLE color: 12302866.

HSL color Cylindrical-coordinate representation of color #12BABB: hue angle of 180.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BABB is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 187 -
CMYK 0.90 0.01 0 0.27
HSL 180.36º 0.82% 0.4% -
HSV(B) 180.36º 0.9% 0.73% -
XYZ 26.78 38.83 53.1 -
YUV 135.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 18 186 187 0.90 0.01 0 0.27 180.36 0.82 0.4
Hex 12 BA BB 5A 1 0 1B B4 52 28
Octal 22 272 273 132 1 0 33 264 122 50
Binary 10010 10111010 10111011 1011010 1 0 11011 10110100 1010010 101000

Color Harmonies of #12BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BABB

Black with #12BABB

Text Example


Text Example

White with #12BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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