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

📋 copy color: '#14C9BA'

red 20 ◦ green 201 ◦ blue 186

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

Shades of Robin's Egg Blue #14C9BA

Tints of Robin's Egg Blue #14C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

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

R = 4.91%
G = 49.39%
B = 45.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#14C9BA (or 0x14C9BA) is known color: Robin's Egg Blue. HEX triplet: 14, C9 and BA. RGB value is (20,201,186). Sum of RGB (Red+Green+Blue) = 20+201+186=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #14C9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C9BA is #EB3645. Grayscale: #919191. Windows color (decimal): -15414854 or 12241172. OLE color: 12241172.

HSL color Cylindrical-coordinate representation of color #14C9BA: hue angle of 175.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C9BA is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 201 186 -
CMYK 0.90 0 0.07 0.21
HSL 175.03º 0.82% 0.43% -
HSV(B) 175.03º 0.9% 0.79% -
XYZ 30.04 45.47 53.65 -
YUV 145.17 151.03 38.72 -
System Red Green Blue C M Y K H S L
Decimal 20 201 186 0.90 0 0.07 0.21 175.03 0.82 0.43
Hex 14 C9 BA 5A 0 7 15 AF 52 2B
Octal 24 311 272 132 0 7 25 257 122 53
Binary 10100 11001001 10111010 1011010 0 111 10101 10101111 1010010 101011

Color Harmonies of #14C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C9BA

Black with #14C9BA

Text Example


Text Example

White with #14C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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