Html Css Color HEX #12DAC0 Robin's Egg Blue

📋 copy color: '#12DAC0'

red 18 ◦ green 218 ◦ blue 192

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

Shades of Robin's Egg Blue #12DAC0

Tints of Robin's Egg Blue #12DAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 4.21%
G = 50.93%
B = 44.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#12DAC0 (or 0x12DAC0) is known color: Robin's Egg Blue. HEX triplet: 12, DA and C0. RGB value is (18,218,192). Sum of RGB (Red+Green+Blue) = 18+218+192=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #12DAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DAC0 is #ED253F. Grayscale: #9B9B9B. Windows color (decimal): -15541568 or 12638738. OLE color: 12638738.

HSL color Cylindrical-coordinate representation of color #12DAC0: hue angle of 172.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DAC0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 192 -
CMYK 0.92 0 0.12 0.15
HSL 172.2º 0.85% 0.46% -
HSV(B) 172.2º 0.92% 0.85% -
XYZ 34.84 54.08 58.47 -
YUV 155.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 18 218 192 0.92 0 0.12 0.15 172.2 0.85 0.46
Hex 12 DA C0 5C 0 C F AC 55 2E
Octal 22 332 300 134 0 14 17 254 125 56
Binary 10010 11011010 11000000 1011100 0 1100 1111 10101100 1010101 101110

Color Harmonies of #12DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAC0

Black with #12DAC0

Text Example


Text Example

White with #12DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,192); }

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

background-color css

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

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

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

border-color css

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

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

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