Html Css Color HEX #12ADBB Iris Blue

📋 copy color: '#12ADBB'

red 18 ◦ green 173 ◦ blue 187

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

Shades of Iris Blue #12ADBB

Tints of Iris Blue #12ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 4.76%
G = 45.77%
B = 49.47%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12ADBB (or 0x12ADBB) is known color: Iris Blue. HEX triplet: 12, AD and BB. RGB value is (18,173,187). Sum of RGB (Red+Green+Blue) = 18+173+187=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #12ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADBB is #ED5244. Grayscale: #808080. Windows color (decimal): -15553093 or 12299538. OLE color: 12299538.

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

Color convert

RGB 18 173 187 -
CMYK 0.90 0.07 0 0.27
HSL 184.97º 0.82% 0.4% -
HSV(B) 184.97º 0.9% 0.73% -
XYZ 24.16 33.6 52.23 -
YUV 128.25 161.15 49.36 -
System Red Green Blue C M Y K H S L
Decimal 18 173 187 0.90 0.07 0 0.27 184.97 0.82 0.4
Hex 12 AD BB 5A 7 0 1B B9 52 28
Octal 22 255 273 132 7 0 33 271 122 50
Binary 10010 10101101 10111011 1011010 111 0 11011 10111001 1010010 101000

Color Harmonies of #12ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADBB

Black with #12ADBB

Text Example


Text Example

White with #12ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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