#12C6BB

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

Shades of Robin's Egg Blue #12C6BB

Tints of Robin's Egg Blue #12C6BB

Color information

#12C6BB (or 0x12C6BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, C6 and BB. RGB value is (18,198,187). Sum of RGB (Red+Green+Blue) = 18+198+187=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #12C6BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C6BB is #ED3944. Grayscale: #8E8E8E. Windows color (decimal): -15546693 or 12305938. OLE color: 12305938.

HSL color Cylindrical-coordinate representation of color #12C6BB: hue angle of 176.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C6BB is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB18198187-
CMYK0.9100.060.22
HSL176.33º83.33%42.35%-
HSV(B)176.33º90.91%77.65%-
XYZ29.4144.153.98-
YUV142.93152.8738.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.47%
GREEN value IS 198 (77.73% from 255) = 49.13%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=4.47%
G=49.13%
B=46.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181981870.9100.060.22176.3383.3342.35
Hex12C6BB5B0616b0532a
Octal22306273133062626012352
Binary1001011000110101110111011011011010110101100001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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