Html Css Color HEX #12AFB9 Iris Blue

📋 copy color: '#12AFB9'

red 18 ◦ green 175 ◦ blue 185

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

Shades of Iris Blue #12AFB9

Tints of Iris Blue #12AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 4.76%
G = 46.3%
B = 48.94%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12AFB9 (or 0x12AFB9) is known color: Iris Blue. HEX triplet: 12, AF and B9. RGB value is (18,175,185). Sum of RGB (Red+Green+Blue) = 18+175+185=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #12AFB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFB9 is #ED5046. Grayscale: #818181. Windows color (decimal): -15552583 or 12168978. OLE color: 12168978.

HSL color Cylindrical-coordinate representation of color #12AFB9: hue angle of 183.59º 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 #12AFB9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 175 185 -
CMYK 0.90 0.05 0 0.27
HSL 183.59º 0.82% 0.4% -
HSV(B) 183.59º 0.9% 0.73% -
XYZ 24.34 34.29 51.24 -
YUV 129.2 159.49 48.69 -
System Red Green Blue C M Y K H S L
Decimal 18 175 185 0.90 0.05 0 0.27 183.59 0.82 0.4
Hex 12 AF B9 5A 5 0 1B B8 52 28
Octal 22 257 271 132 5 0 33 270 122 50
Binary 10010 10101111 10111001 1011010 101 0 11011 10111000 1010010 101000

Color Harmonies of #12AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFB9

Black with #12AFB9

Text Example


Text Example

White with #12AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,185); }

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

background-color css

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

 a { background-color: rgb(18,175,185); }

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

border-color css

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

 span { border-color: rgb(18,175,185); }

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