Html Css Color HEX #12BDBD Iris Blue

📋 copy color: '#12BDBD'

red 18 ◦ green 189 ◦ blue 189

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

Shades of Iris Blue #12BDBD

Tints of Iris Blue #12BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.73%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 4.55%
G = 47.73%
B = 47.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12BDBD (or 0x12BDBD) is known color: Iris Blue. HEX triplet: 12, BD and BD. RGB value is (18,189,189). Sum of RGB (Red+Green+Blue) = 18+189+189=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #12BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDBD is #ED4242. Grayscale: #898989. Windows color (decimal): -15548995 or 12434706. OLE color: 12434706.

HSL color Cylindrical-coordinate representation of color #12BDBD: hue angle of 180º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BDBD is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 189 -
CMYK 0.90 0 0 0.26
HSL 180º 0.83% 0.41% -
HSV(B) 180º 0.9% 0.74% -
XYZ 27.63 40.2 54.45 -
YUV 137.87 156.85 42.5 -
System Red Green Blue C M Y K H S L
Decimal 18 189 189 0.90 0 0 0.26 180 0.83 0.41
Hex 12 BD BD 5A 0 0 1A B4 53 29
Octal 22 275 275 132 0 0 32 264 123 51
Binary 10010 10111101 10111101 1011010 0 0 11010 10110100 1010011 101001

Color Harmonies of #12BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDBD

Black with #12BDBD

Text Example


Text Example

White with #12BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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