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

📋 copy color: '#14DACA'

red 20 ◦ green 218 ◦ blue 202

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

Shades of Robin's Egg Blue #14DACA

Tints of Robin's Egg Blue #14DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 4.55%
G = 49.55%
B = 45.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#14DACA (or 0x14DACA) is known color: Robin's Egg Blue. HEX triplet: 14, DA and CA. RGB value is (20,218,202). Sum of RGB (Red+Green+Blue) = 20+218+202=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #14DACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DACA is #EB2535. Grayscale: #9C9C9C. Windows color (decimal): -15410486 or 13294100. OLE color: 13294100.

HSL color Cylindrical-coordinate representation of color #14DACA: hue angle of 175.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DACA is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 202 -
CMYK 0.91 0 0.07 0.15
HSL 175.15º 0.83% 0.47% -
HSV(B) 175.15º 0.91% 0.85% -
XYZ 36.02 54.56 64.51 -
YUV 156.97 153.4 30.3 -
System Red Green Blue C M Y K H S L
Decimal 20 218 202 0.91 0 0.07 0.15 175.15 0.83 0.47
Hex 14 DA CA 5B 0 7 F AF 53 2F
Octal 24 332 312 133 0 7 17 257 123 57
Binary 10100 11011010 11001010 1011011 0 111 1111 10101111 1010011 101111

Color Harmonies of #14DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DACA

Black with #14DACA

Text Example


Text Example

White with #14DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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