#12CABD

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

Shades of Robin's Egg Blue #12CABD

Tints of Robin's Egg Blue #12CABD

Color information

#12CABD (or 0x12CABD) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, CA and BD. RGB value is (18,202,189). Sum of RGB (Red+Green+Blue) = 18+202+189=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #12CABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CABD is #ED3542. Grayscale: #919191. Windows color (decimal): -15545667 or 12438034. OLE color: 12438034.

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

Color convert

RGB18202189-
CMYK0.9100.060.21
HSL175.76º83.64%43.14%-
HSV(B)175.76º91.09%79.22%-
XYZ30.5646.0455.42-
YUV145.5152.5437.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.40%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=4.40%
G=49.39%
B=46.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021890.9100.060.21175.7683.6443.14
Hex12CABD5B0615b0542b
Octal22312275133062526012453
Binary1001011001010101111011011011011010101101100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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