#0cddbc

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

Shades of Robin's Egg Blue #0CDDBC

Tints of Robin's Egg Blue #0CDDBC

Color information

#0CDDBC (or 0x0CDDBC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, DD and BC. RGB value is (12,221,188). Sum of RGB (Red+Green+Blue) = 12+221+188=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDBC is #F32243. Grayscale: #9A9A9A. Windows color (decimal): -15934020 or 12377356. OLE color: 12377356.

HSL color Cylindrical-coordinate representation of color #0CDDBC: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDBC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB12221188-
CMYK0.9500.150.13
HSL170.53º89.7%45.69%-
HSV(B)170.53º94.57%86.67%-
XYZ35.0955.4256.43-
YUV154.75146.7626.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.85%
GREEN value IS 221 (86.72% from 255) = 52.49%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=2.85%
G=52.49%
B=44.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122211880.9500.150.13170.5389.745.69
HexCDDBC5F0FDab5a2e
Octal143352741370171525313256
Binary110011011101101111001011111011111101101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cddbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,221,188); }

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

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

 a { background-color: rgb(12,221,188); }

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

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

 span { border-color: rgb(12,221,188); }

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