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

📋 copy color: '#14DABB'

red 20 ◦ green 218 ◦ blue 187

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

Shades of Robin's Egg Blue #14DABB

Tints of Robin's Egg Blue #14DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 4.71%
G = 51.29%
B = 44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#14DABB (or 0x14DABB) is known color: Robin's Egg Blue. HEX triplet: 14, DA and BB. RGB value is (20,218,187). Sum of RGB (Red+Green+Blue) = 20+218+187=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #14DABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DABB is #EB2544. Grayscale: #9B9B9B. Windows color (decimal): -15410501 or 12311060. OLE color: 12311060.

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

Color convert

RGB 20 218 187 -
CMYK 0.91 0 0.14 0.15
HSL 170.61º 0.83% 0.47% -
HSV(B) 170.61º 0.91% 0.85% -
XYZ 34.33 53.88 55.6 -
YUV 155.26 145.9 31.52 -
System Red Green Blue C M Y K H S L
Decimal 20 218 187 0.91 0 0.14 0.15 170.61 0.83 0.47
Hex 14 DA BB 5B 0 E F AB 53 2F
Octal 24 332 273 133 0 16 17 253 123 57
Binary 10100 11011010 10111011 1011011 0 1110 1111 10101011 1010011 101111

Color Harmonies of #14DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DABB

Black with #14DABB

Text Example


Text Example

White with #14DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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