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

📋 copy color: '#14E4BA'

red 20 ◦ green 228 ◦ blue 186

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

Shades of Robin's Egg Blue #14E4BA

Tints of Robin's Egg Blue #14E4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.53%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 4.61%
G = 52.53%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#14E4BA (or 0x14E4BA) is known color: Robin's Egg Blue. HEX triplet: 14, E4 and BA. RGB value is (20,228,186). Sum of RGB (Red+Green+Blue) = 20+228+186=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #14E4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E4BA is #EB1B45. Grayscale: #A0A0A0. Windows color (decimal): -15407942 or 12248084. OLE color: 12248084.

HSL color Cylindrical-coordinate representation of color #14E4BA: hue angle of 167.88º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E4BA is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 228 186 -
CMYK 0.91 0 0.18 0.11
HSL 167.88º 0.84% 0.49% -
HSV(B) 167.88º 0.91% 0.89% -
XYZ 36.89 59.18 55.93 -
YUV 161.02 142.09 27.42 -
System Red Green Blue C M Y K H S L
Decimal 20 228 186 0.91 0 0.18 0.11 167.88 0.84 0.49
Hex 14 E4 BA 5B 0 12 B A8 54 31
Octal 24 344 272 133 0 22 13 250 124 61
Binary 10100 11100100 10111010 1011011 0 10010 1011 10101000 1010100 110001

Color Harmonies of #14E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E4BA

Black with #14E4BA

Text Example


Text Example

White with #14E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,186); }

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

background-color css

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

 a { background-color: rgb(20,228,186); }

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

border-color css

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

 span { border-color: rgb(20,228,186); }

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