Html Css Color HEX #12AEBA Iris Blue

📋 copy color: '#12AEBA'

red 18 ◦ green 174 ◦ blue 186

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

Shades of Iris Blue #12AEBA

Tints of Iris Blue #12AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 4.76%
G = 46.03%
B = 49.21%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12AEBA (or 0x12AEBA) is known color: Iris Blue. HEX triplet: 12, AE and BA. RGB value is (18,174,186). Sum of RGB (Red+Green+Blue) = 18+174+186=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #12AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEBA is #ED5145. Grayscale: #808080. Windows color (decimal): -15552838 or 12234258. OLE color: 12234258.

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

Color convert

RGB 18 174 186 -
CMYK 0.90 0.06 0 0.27
HSL 184.29º 0.82% 0.4% -
HSV(B) 184.29º 0.9% 0.73% -
XYZ 24.25 33.95 51.73 -
YUV 128.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 18 174 186 0.90 0.06 0 0.27 184.29 0.82 0.4
Hex 12 AE BA 5A 6 0 1B B8 52 28
Octal 22 256 272 132 6 0 33 270 122 50
Binary 10010 10101110 10111010 1011010 110 0 11011 10111000 1010010 101000

Color Harmonies of #12AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEBA

Black with #12AEBA

Text Example


Text Example

White with #12AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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