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

📋 copy color: '#14D7BF'

red 20 ◦ green 215 ◦ blue 191

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

Shades of Robin's Egg Blue #14D7BF

Tints of Robin's Egg Blue #14D7BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 4.69%
G = 50.47%
B = 44.84%

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

#14D7BF (or 0x14D7BF) is known color: Robin's Egg Blue. HEX triplet: 14, D7 and BF. RGB value is (20,215,191). Sum of RGB (Red+Green+Blue) = 20+215+191=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D7BF is #EB2840. Grayscale: #999999. Windows color (decimal): -15411265 or 12572436. OLE color: 12572436.

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

Color convert

RGB 20 215 191 -
CMYK 0.91 0 0.11 0.16
HSL 172.62º 0.83% 0.46% -
HSV(B) 172.62º 0.91% 0.84% -
XYZ 33.99 52.51 57.63 -
YUV 153.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 20 215 191 0.91 0 0.11 0.16 172.62 0.83 0.46
Hex 14 D7 BF 5B 0 B 10 AD 53 2E
Octal 24 327 277 133 0 13 20 255 123 56
Binary 10100 11010111 10111111 1011011 0 1011 10000 10101101 1010011 101110

Color Harmonies of #14D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D7BF

Black with #14D7BF

Text Example


Text Example

White with #14D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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