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

📋 copy color: '#14E1B8'

red 20 ◦ green 225 ◦ blue 184

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

Shades of Robin's Egg Blue #14E1B8

Tints of Robin's Egg Blue #14E1B8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 184 (72.27% from 255) = 42.89%

R = 4.66%
G = 52.45%
B = 42.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#14E1B8 (or 0x14E1B8) is known color: Robin's Egg Blue. HEX triplet: 14, E1 and B8. RGB value is (20,225,184). Sum of RGB (Red+Green+Blue) = 20+225+184=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1B8 is #EB1E47. Grayscale: #9E9E9E. Windows color (decimal): -15408712 or 12116244. OLE color: 12116244.

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

Color convert

RGB 20 225 184 -
CMYK 0.91 0 0.18 0.12
HSL 168º 0.84% 0.48% -
HSV(B) 168º 0.91% 0.88% -
XYZ 35.87 57.46 54.55 -
YUV 159.03 142.08 28.83 -
System Red Green Blue C M Y K H S L
Decimal 20 225 184 0.91 0 0.18 0.12 168 0.84 0.48
Hex 14 E1 B8 5B 0 12 C A8 54 30
Octal 24 341 270 133 0 22 14 250 124 60
Binary 10100 11100001 10111000 1011011 0 10010 1100 10101000 1010100 110000

Color Harmonies of #14E1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1B8

Black with #14E1B8

Text Example


Text Example

White with #14E1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,184); }

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

background-color css

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

 a { background-color: rgb(20,225,184); }

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

border-color css

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

 span { border-color: rgb(20,225,184); }

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