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

📋 copy color: '#14D9C7'

red 20 ◦ green 217 ◦ blue 199

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

Shades of Robin's Egg Blue #14D9C7

Tints of Robin's Egg Blue #14D9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 4.59%
G = 49.77%
B = 45.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#14D9C7 (or 0x14D9C7) is known color: Robin's Egg Blue. HEX triplet: 14, D9 and C7. RGB value is (20,217,199). Sum of RGB (Red+Green+Blue) = 20+217+199=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9C7 is #EB2638. Grayscale: #9B9B9B. Windows color (decimal): -15410745 or 13097236. OLE color: 13097236.

HSL color Cylindrical-coordinate representation of color #14D9C7: hue angle of 174.52º 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 #14D9C7 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 199 -
CMYK 0.91 0 0.08 0.15
HSL 174.52º 0.83% 0.46% -
HSV(B) 174.52º 0.91% 0.85% -
XYZ 35.41 53.9 62.57 -
YUV 156.05 152.23 30.96 -
System Red Green Blue C M Y K H S L
Decimal 20 217 199 0.91 0 0.08 0.15 174.52 0.83 0.46
Hex 14 D9 C7 5B 0 8 F AF 53 2E
Octal 24 331 307 133 0 10 17 257 123 56
Binary 10100 11011001 11000111 1011011 0 1000 1111 10101111 1010011 101110

Color Harmonies of #14D9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9C7

Black with #14D9C7

Text Example


Text Example

White with #14D9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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