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

📋 copy color: '#14D6BC'

red 20 ◦ green 214 ◦ blue 188

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

Shades of Robin's Egg Blue #14D6BC

Tints of Robin's Egg Blue #14D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 4.74%
G = 50.71%
B = 44.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#14D6BC (or 0x14D6BC) is known color: Robin's Egg Blue. HEX triplet: 14, D6 and BC. RGB value is (20,214,188). Sum of RGB (Red+Green+Blue) = 20+214+188=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6BC is #EB2943. Grayscale: #989898. Windows color (decimal): -15411524 or 12375572. OLE color: 12375572.

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

Color convert

RGB 20 214 188 -
CMYK 0.91 0 0.12 0.16
HSL 171.96º 0.83% 0.46% -
HSV(B) 171.96º 0.91% 0.84% -
XYZ 33.41 51.87 55.83 -
YUV 153.03 147.73 33.11 -
System Red Green Blue C M Y K H S L
Decimal 20 214 188 0.91 0 0.12 0.16 171.96 0.83 0.46
Hex 14 D6 BC 5B 0 C 10 AC 53 2E
Octal 24 326 274 133 0 14 20 254 123 56
Binary 10100 11010110 10111100 1011011 0 1100 10000 10101100 1010011 101110

Color Harmonies of #14D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D6BC

Black with #14D6BC

Text Example


Text Example

White with #14D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,188); }

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

background-color css

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

 a { background-color: rgb(20,214,188); }

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

border-color css

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

 span { border-color: rgb(20,214,188); }

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