#14D3BC

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

Shades of Robin's Egg Blue #14D3BC

Tints of Robin's Egg Blue #14D3BC

Color information

#14D3BC (or 0x14D3BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, D3 and BC. RGB value is (20,211,188). Sum of RGB (Red+Green+Blue) = 20+211+188=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #14D3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D3BC is #EB2C43. Grayscale: #979797. Windows color (decimal): -15412292 or 12374804. OLE color: 12374804.

HSL color Cylindrical-coordinate representation of color #14D3BC: hue angle of 172.77º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D3BC is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB20211188-
CMYK0.9100.110.17
HSL172.77º82.68%45.29%-
HSV(B)172.77º90.52%82.75%-
XYZ32.6650.3755.58-
YUV151.27148.7234.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.77%
GREEN value IS 211 (82.81% from 255) = 50.36%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=4.77%
G=50.36%
B=44.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202111880.9100.110.17172.7782.6845.29
Hex14D3BC5B0B11ad532d
Octal243232741330132125512355
Binary10100110100111011110010110110101110001101011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14D3BC; }

 p { color: rgb(20,211,188); }

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

<style>
 a { background-color: #14D3BC; }

 a { background-color: rgb(20,211,188); }

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

<style>
 span { border-color: #14D3BC; }

 span { border-color: rgb(20,211,188); }

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