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

📋 copy color: '#14D6BE'

red 20 ◦ green 214 ◦ blue 190

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

Shades of Robin's Egg Blue #14D6BE

Tints of Robin's Egg Blue #14D6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 4.72%
G = 50.47%
B = 44.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#14D6BE (or 0x14D6BE) is known color: Robin's Egg Blue. HEX triplet: 14, D6 and BE. RGB value is (20,214,190). Sum of RGB (Red+Green+Blue) = 20+214+190=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6BE is #EB2941. Grayscale: #999999. Windows color (decimal): -15411522 or 12506644. OLE color: 12506644.

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

Color convert

RGB 20 214 190 -
CMYK 0.91 0 0.11 0.16
HSL 172.58º 0.83% 0.46% -
HSV(B) 172.58º 0.91% 0.84% -
XYZ 33.63 51.96 56.97 -
YUV 153.26 148.73 32.95 -
System Red Green Blue C M Y K H S L
Decimal 20 214 190 0.91 0 0.11 0.16 172.58 0.83 0.46
Hex 14 D6 BE 5B 0 B 10 AD 53 2E
Octal 24 326 276 133 0 13 20 255 123 56
Binary 10100 11010110 10111110 1011011 0 1011 10000 10101101 1010011 101110

Color Harmonies of #14D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D6BE

Black with #14D6BE

Text Example


Text Example

White with #14D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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