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

📋 copy color: '#14D9BB'

red 20 ◦ green 217 ◦ blue 187

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

Shades of Robin's Egg Blue #14D9BB

Tints of Robin's Egg Blue #14D9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 4.72%
G = 51.18%
B = 44.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#14D9BB (or 0x14D9BB) is known color: Robin's Egg Blue. HEX triplet: 14, D9 and BB. RGB value is (20,217,187). Sum of RGB (Red+Green+Blue) = 20+217+187=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9BB is #EB2644. Grayscale: #9A9A9A. Windows color (decimal): -15410757 or 12310804. OLE color: 12310804.

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

Color convert

RGB 20 217 187 -
CMYK 0.91 0 0.14 0.15
HSL 170.86º 0.83% 0.46% -
HSV(B) 170.86º 0.91% 0.85% -
XYZ 34.07 53.36 55.52 -
YUV 154.68 146.23 31.94 -
System Red Green Blue C M Y K H S L
Decimal 20 217 187 0.91 0 0.14 0.15 170.86 0.83 0.46
Hex 14 D9 BB 5B 0 E F AB 53 2E
Octal 24 331 273 133 0 16 17 253 123 56
Binary 10100 11011001 10111011 1011011 0 1110 1111 10101011 1010011 101110

Color Harmonies of #14D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9BB

Black with #14D9BB

Text Example


Text Example

White with #14D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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