Html Css Color HEX #14D5A9 Caribbean Green

📋 copy color: '#14D5A9'

red 20 ◦ green 213 ◦ blue 169

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

Shades of Caribbean Green #14D5A9

Tints of Caribbean Green #14D5A9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 4.98%
G = 52.99%
B = 42.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#14D5A9 (or 0x14D5A9) is known color: Caribbean Green. HEX triplet: 14, D5 and A9. RGB value is (20,213,169). Sum of RGB (Red+Green+Blue) = 20+213+169=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #14D5A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D5A9 is #EB2A56. Grayscale: #969696. Windows color (decimal): -15411799 or 11130132. OLE color: 11130132.

HSL color Cylindrical-coordinate representation of color #14D5A9: hue angle of 166.32º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D5A9 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 169 -
CMYK 0.91 0 0.21 0.16
HSL 166.32º 0.83% 0.46% -
HSV(B) 166.32º 0.91% 0.84% -
XYZ 31.24 50.6 45.66 -
YUV 150.28 138.56 35.08 -
System Red Green Blue C M Y K H S L
Decimal 20 213 169 0.91 0 0.21 0.16 166.32 0.83 0.46
Hex 14 D5 A9 5B 0 15 10 A6 53 2E
Octal 24 325 251 133 0 25 20 246 123 56
Binary 10100 11010101 10101001 1011011 0 10101 10000 10100110 1010011 101110

Color Harmonies of #14D5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D5A9

Black with #14D5A9

Text Example


Text Example

White with #14D5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,169); }

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

background-color css

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

 a { background-color: rgb(20,213,169); }

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

border-color css

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

 span { border-color: rgb(20,213,169); }

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