#14D1B4

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

Shades of Robin's Egg Blue #14D1B4

Tints of Robin's Egg Blue #14D1B4

Color information

#14D1B4 (or 0x14D1B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, D1 and B4. RGB value is (20,209,180). Sum of RGB (Red+Green+Blue) = 20+209+180=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #14D1B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D1B4 is #EB2E4B. Grayscale: #959595. Windows color (decimal): -15412812 or 11850004. OLE color: 11850004.

HSL color Cylindrical-coordinate representation of color #14D1B4: hue angle of 170.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D1B4 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20209180-
CMYK0.9000.140.18
HSL170.79º82.53%44.9%-
HSV(B)170.79º90.43%81.96%-
XYZ31.3349.0451-
YUV149.18145.3835.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.89%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=4.89%
G=51.10%
B=44.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202091800.9000.140.18170.7982.5344.9
Hex14D1B45A0E12ab532d
Octal243212641320162225312355
Binary10100110100011011010010110100111010010101010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,209,180); }

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

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

 a { background-color: rgb(20,209,180); }

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

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

 span { border-color: rgb(20,209,180); }

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