#12CABC

Color #12CABC Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #12CABC

Tints of Robin's Egg Blue #12CABC

Color information

#12CABC (or 0x12CABC) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, CA and BC. RGB value is (18,202,188). Sum of RGB (Red+Green+Blue) = 18+202+188=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #12CABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CABC is #ED3543. Grayscale: #919191. Windows color (decimal): -15545668 or 12372498. OLE color: 12372498.

HSL color Cylindrical-coordinate representation of color #12CABC: hue angle of 175.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CABC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB18202188-
CMYK0.9100.070.21
HSL175.43º83.64%43.14%-
HSV(B)175.43º91.09%79.22%-
XYZ30.454654.85-
YUV145.39152.0437.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.41%
GREEN value IS 202 (79.30% from 255) = 49.51%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=4.41%
G=49.51%
B=46.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021880.9100.070.21175.4383.6443.14
Hex12CABC5B0715af542b
Octal22312274133072525712453
Binary1001011001010101111001011011011110101101011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,202,188); }

 H1.HeaderClassName
 {
   color: #12CABC;
 }
 .AnyTagClassName
 {
   color: #12CABC;
 }
</style>
background-color css

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

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

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

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

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

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