Html Css Color HEX #14D9C0 Robin's Egg Blue

📋 copy color: '#14D9C0'

red 20 ◦ green 217 ◦ blue 192

#14D9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #14D9C0

Tints of Robin's Egg Blue #14D9C0

RGB

 RED value IS 20 (8.2% from 255) = 4.66%

 GREEN value IS 217 (85.16% from 255) = 50.58%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 4.66%
G = 50.58%
B = 44.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#14D9C0 (or 0x14D9C0) is known color: Robin's Egg Blue. HEX triplet: 14, D9 and C0. RGB value is (20,217,192). Sum of RGB (Red+Green+Blue) = 20+217+192=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9C0 is #EB263F. Grayscale: #9B9B9B. Windows color (decimal): -15410752 or 12638484. OLE color: 12638484.

HSL color Cylindrical-coordinate representation of color #14D9C0: hue angle of 172.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D9C0 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 192 -
CMYK 0.91 0 0.12 0.15
HSL 172.39º 0.83% 0.46% -
HSV(B) 172.39º 0.91% 0.85% -
XYZ 34.62 53.58 58.39 -
YUV 155.25 148.73 31.53 -
System Red Green Blue C M Y K H S L
Decimal 20 217 192 0.91 0 0.12 0.15 172.39 0.83 0.46
Hex 14 D9 C0 5B 0 C F AC 53 2E
Octal 24 331 300 133 0 14 17 254 123 56
Binary 10100 11011001 11000000 1011011 0 1100 1111 10101100 1010011 101110

Color Harmonies of #14D9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9C0

Black with #14D9C0

Text Example


Text Example

White with #14D9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,192); }

 H1.HeaderClassName
 {
   color: #14D9C0;
 }
 .AnyTagClassName
 {
   color: #14D9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(20,217,192); }

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

border-color css

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

 span { border-color: rgb(20,217,192); }

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