Html Css Color HEX #14D7AB Caribbean Green

📋 copy color: '#14D7AB'

red 20 ◦ green 215 ◦ blue 171

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

Shades of Caribbean Green #14D7AB

Tints of Caribbean Green #14D7AB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.96%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 4.93%
G = 52.96%
B = 42.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#14D7AB (or 0x14D7AB) is known color: Caribbean Green. HEX triplet: 14, D7 and AB. RGB value is (20,215,171). Sum of RGB (Red+Green+Blue) = 20+215+171=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D7AB is #EB2854. Grayscale: #979797. Windows color (decimal): -15411285 or 11261716. OLE color: 11261716.

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

Color convert

RGB 20 215 171 -
CMYK 0.91 0 0.20 0.16
HSL 166.46º 0.83% 0.46% -
HSV(B) 166.46º 0.91% 0.84% -
XYZ 31.94 51.69 46.82 -
YUV 151.68 138.9 34.08 -
System Red Green Blue C M Y K H S L
Decimal 20 215 171 0.91 0 0.20 0.16 166.46 0.83 0.46
Hex 14 D7 AB 5B 0 14 10 A6 53 2E
Octal 24 327 253 133 0 24 20 246 123 56
Binary 10100 11010111 10101011 1011011 0 10100 10000 10100110 1010011 101110

Color Harmonies of #14D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D7AB

Black with #14D7AB

Text Example


Text Example

White with #14D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,171); }

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

background-color css

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

 a { background-color: rgb(20,215,171); }

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

border-color css

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

 span { border-color: rgb(20,215,171); }

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