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

📋 copy color: '#14CEB9'

red 20 ◦ green 206 ◦ blue 185

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

Shades of Robin's Egg Blue #14CEB9

Tints of Robin's Egg Blue #14CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.12%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 4.87%
G = 50.12%
B = 45.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#14CEB9 (or 0x14CEB9) is known color: Robin's Egg Blue. HEX triplet: 14, CE and B9. RGB value is (20,206,185). Sum of RGB (Red+Green+Blue) = 20+206+185=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEB9 is #EB3146. Grayscale: #939393. Windows color (decimal): -15413575 or 12176916. OLE color: 12176916.

HSL color Cylindrical-coordinate representation of color #14CEB9: hue angle of 173.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEB9 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 185 -
CMYK 0.90 0 0.10 0.19
HSL 173.23º 0.82% 0.44% -
HSV(B) 173.23º 0.9% 0.81% -
XYZ 31.12 47.79 53.48 -
YUV 147.99 148.88 36.71 -
System Red Green Blue C M Y K H S L
Decimal 20 206 185 0.90 0 0.10 0.19 173.23 0.82 0.44
Hex 14 CE B9 5A 0 A 13 AD 52 2C
Octal 24 316 271 132 0 12 23 255 122 54
Binary 10100 11001110 10111001 1011010 0 1010 10011 10101101 1010010 101100

Color Harmonies of #14CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEB9

Black with #14CEB9

Text Example


Text Example

White with #14CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,185); }

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

background-color css

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

 a { background-color: rgb(20,206,185); }

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

border-color css

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

 span { border-color: rgb(20,206,185); }

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