Html Css Color HEX #12AAB8 Iris Blue

📋 copy color: '#12AAB8'

red 18 ◦ green 170 ◦ blue 184

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

Shades of Iris Blue #12AAB8

Tints of Iris Blue #12AAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.7%

 BLUE value IS 184 (72.27% from 255) = 49.46%

R = 4.84%
G = 45.7%
B = 49.46%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#12AAB8 (or 0x12AAB8) is known color: Iris Blue. HEX triplet: 12, AA and B8. RGB value is (18,170,184). Sum of RGB (Red+Green+Blue) = 18+170+184=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #12AAB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAB8 is #ED5547. Grayscale: #7D7D7D. Windows color (decimal): -15553864 or 12102162. OLE color: 12102162.

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

Color convert

RGB 18 170 184 -
CMYK 0.90 0.08 0 0.28
HSL 185.06º 0.82% 0.4% -
HSV(B) 185.06º 0.9% 0.72% -
XYZ 23.28 32.34 50.36 -
YUV 126.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 18 170 184 0.90 0.08 0 0.28 185.06 0.82 0.4
Hex 12 AA B8 5A 8 0 1C B9 52 28
Octal 22 252 270 132 10 0 34 271 122 50
Binary 10010 10101010 10111000 1011010 1000 0 11100 10111001 1010010 101000

Color Harmonies of #12AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAB8

Black with #12AAB8

Text Example


Text Example

White with #12AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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