#12C7CC

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

Shades of Robin's Egg Blue #12C7CC

Tints of Robin's Egg Blue #12C7CC

Color information

#12C7CC (or 0x12C7CC) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, C7 and CC. RGB value is (18,199,204). Sum of RGB (Red+Green+Blue) = 18+199+204=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #12C7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C7CC is #ED3833. Grayscale: #919191. Windows color (decimal): -15546420 or 13420306. OLE color: 13420306.

HSL color Cylindrical-coordinate representation of color #12C7CC: hue angle of 181.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C7CC is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18199204-
CMYK0.910.0200.2
HSL181.61º83.78%43.53%-
HSV(B)181.61º91.18%80%-
XYZ31.5745.3464.21-
YUV145.45161.0337.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.28%
GREEN value IS 199 (78.12% from 255) = 47.27%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=4.28%
G=47.27%
B=48.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181992040.910.0200.2181.6183.7843.53
Hex12C7CC5B2014b6542c
Octal22307314133202426612454
Binary100101100011111001100101101110010100101101101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,199,204); }

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

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

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

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

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

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

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