#0CCFC4

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

Shades of Robin's Egg Blue #0CCFC4

Tints of Robin's Egg Blue #0CCFC4

Color information

#0CCFC4 (or 0x0CCFC4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, CF and C4. RGB value is (12,207,196). Sum of RGB (Red+Green+Blue) = 12+207+196=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFC4 is #F3303B. Grayscale: #939393. Windows color (decimal): -15937596 or 12898060. OLE color: 12898060.

HSL color Cylindrical-coordinate representation of color #0CCFC4: hue angle of 176.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFC4 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB12207196-
CMYK0.9400.050.19
HSL176.62º89.04%42.94%-
HSV(B)176.62º94.2%81.18%-
XYZ32.4348.6959.91-
YUV147.44155.431.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.89%
GREEN value IS 207 (81.25% from 255) = 49.88%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=2.89%
G=49.88%
B=47.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122071960.9400.050.19176.6289.0442.94
HexCCFC45E0513b1592b
Octal14317304136052326113153
Binary110011001111110001001011110010110011101100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCFC4; }

 p { color: rgb(12,207,196); }

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

<style>
 a { background-color: #0CCFC4; }

 a { background-color: rgb(12,207,196); }

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

<style>
 span { border-color: #0CCFC4; }

 span { border-color: rgb(12,207,196); }

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