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

📋 copy color: '#14CDBA'

red 20 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #14CDBA

Tints of Robin's Egg Blue #14CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

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

R = 4.87%
G = 49.88%
B = 45.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#14CDBA (or 0x14CDBA) is known color: Robin's Egg Blue. HEX triplet: 14, CD and BA. RGB value is (20,205,186). Sum of RGB (Red+Green+Blue) = 20+205+186=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDBA is #EB3245. Grayscale: #939393. Windows color (decimal): -15413830 or 12242196. OLE color: 12242196.

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

Color convert

RGB 20 205 186 -
CMYK 0.90 0 0.09 0.20
HSL 173.84º 0.82% 0.44% -
HSV(B) 173.84º 0.9% 0.8% -
XYZ 30.98 47.36 53.96 -
YUV 147.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 20 205 186 0.90 0 0.09 0.20 173.84 0.82 0.44
Hex 14 CD BA 5A 0 9 14 AE 52 2C
Octal 24 315 272 132 0 11 24 256 122 54
Binary 10100 11001101 10111010 1011010 0 1001 10100 10101110 1010010 101100

Color Harmonies of #14CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDBA

Black with #14CDBA

Text Example


Text Example

White with #14CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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