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

📋 copy color: '#14D7B9'

red 20 ◦ green 215 ◦ blue 185

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

Shades of Robin's Egg Blue #14D7B9

Tints of Robin's Egg Blue #14D7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 4.76%
G = 51.19%
B = 44.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#14D7B9 (or 0x14D7B9) is known color: Robin's Egg Blue. HEX triplet: 14, D7 and B9. RGB value is (20,215,185). Sum of RGB (Red+Green+Blue) = 20+215+185=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D7B9 is #EB2846. Grayscale: #999999. Windows color (decimal): -15411271 or 12179220. OLE color: 12179220.

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

Color convert

RGB 20 215 185 -
CMYK 0.91 0 0.14 0.16
HSL 170.77º 0.83% 0.46% -
HSV(B) 170.77º 0.91% 0.84% -
XYZ 33.35 52.25 54.23 -
YUV 153.28 145.9 32.94 -
System Red Green Blue C M Y K H S L
Decimal 20 215 185 0.91 0 0.14 0.16 170.77 0.83 0.46
Hex 14 D7 B9 5B 0 E 10 AB 53 2E
Octal 24 327 271 133 0 16 20 253 123 56
Binary 10100 11010111 10111001 1011011 0 1110 10000 10101011 1010011 101110

Color Harmonies of #14D7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D7B9

Black with #14D7B9

Text Example


Text Example

White with #14D7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,185); }

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

background-color css

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

 a { background-color: rgb(20,215,185); }

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

border-color css

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

 span { border-color: rgb(20,215,185); }

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