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

📋 copy color: '#14CAC1'

red 20 ◦ green 202 ◦ blue 193

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

Shades of Robin's Egg Blue #14CAC1

Tints of Robin's Egg Blue #14CAC1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 4.82%
G = 48.67%
B = 46.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#14CAC1 (or 0x14CAC1) is known color: Robin's Egg Blue. HEX triplet: 14, CA and C1. RGB value is (20,202,193). Sum of RGB (Red+Green+Blue) = 20+202+193=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CAC1 is #EB353E. Grayscale: #929292. Windows color (decimal): -15414591 or 12700180. OLE color: 12700180.

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

Color convert

RGB 20 202 193 -
CMYK 0.90 0 0.04 0.21
HSL 177.03º 0.82% 0.44% -
HSV(B) 177.03º 0.9% 0.79% -
XYZ 31.03 46.24 57.74 -
YUV 146.56 154.2 37.73 -
System Red Green Blue C M Y K H S L
Decimal 20 202 193 0.90 0 0.04 0.21 177.03 0.82 0.44
Hex 14 CA C1 5A 0 4 15 B1 52 2C
Octal 24 312 301 132 0 4 25 261 122 54
Binary 10100 11001010 11000001 1011010 0 100 10101 10110001 1010010 101100

Color Harmonies of #14CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CAC1

Black with #14CAC1

Text Example


Text Example

White with #14CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,193); }

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

background-color css

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

 a { background-color: rgb(20,202,193); }

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

border-color css

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

 span { border-color: rgb(20,202,193); }

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