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

📋 copy color: '#14DABA'

red 20 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #14DABA

Tints of Robin's Egg Blue #14DABA

RGB

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

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

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

R = 4.72%
G = 51.42%
B = 43.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#14DABA (or 0x14DABA) is known color: Robin's Egg Blue. HEX triplet: 14, DA and BA. RGB value is (20,218,186). Sum of RGB (Red+Green+Blue) = 20+218+186=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #14DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DABA is #EB2545. Grayscale: #9B9B9B. Windows color (decimal): -15410502 or 12245524. OLE color: 12245524.

HSL color Cylindrical-coordinate representation of color #14DABA: hue angle of 170.3º 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 #14DABA is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 186 -
CMYK 0.91 0 0.15 0.15
HSL 170.3º 0.83% 0.47% -
HSV(B) 170.3º 0.91% 0.85% -
XYZ 34.22 53.84 55.04 -
YUV 155.15 145.4 31.6 -
System Red Green Blue C M Y K H S L
Decimal 20 218 186 0.91 0 0.15 0.15 170.3 0.83 0.47
Hex 14 DA BA 5B 0 F F AA 53 2F
Octal 24 332 272 133 0 17 17 252 123 57
Binary 10100 11011010 10111010 1011011 0 1111 1111 10101010 1010011 101111

Color Harmonies of #14DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DABA

Black with #14DABA

Text Example


Text Example

White with #14DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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