Html Css Color HEX #14D7A6 Caribbean Green

📋 copy color: '#14D7A6'

red 20 ◦ green 215 ◦ blue 166

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

Shades of Caribbean Green #14D7A6

Tints of Caribbean Green #14D7A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 4.99%
G = 53.62%
B = 41.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#14D7A6 (or 0x14D7A6) is known color: Caribbean Green. HEX triplet: 14, D7 and A6. RGB value is (20,215,166). Sum of RGB (Red+Green+Blue) = 20+215+166=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D7A6 is #EB2859. Grayscale: #979797. Windows color (decimal): -15411290 or 10934036. OLE color: 10934036.

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

Color convert

RGB 20 215 166 -
CMYK 0.91 0 0.23 0.16
HSL 164.92º 0.83% 0.46% -
HSV(B) 164.92º 0.91% 0.84% -
XYZ 31.47 51.5 44.36 -
YUV 151.11 136.4 34.48 -
System Red Green Blue C M Y K H S L
Decimal 20 215 166 0.91 0 0.23 0.16 164.92 0.83 0.46
Hex 14 D7 A6 5B 0 17 10 A5 53 2E
Octal 24 327 246 133 0 27 20 245 123 56
Binary 10100 11010111 10100110 1011011 0 10111 10000 10100101 1010011 101110

Color Harmonies of #14D7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D7A6

Black with #14D7A6

Text Example


Text Example

White with #14D7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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