Html Css Color HEX #14DFAC Caribbean Green

📋 copy color: '#14DFAC'

red 20 ◦ green 223 ◦ blue 172

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

Shades of Caribbean Green #14DFAC

Tints of Caribbean Green #14DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.73%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 4.82%
G = 53.73%
B = 41.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#14DFAC (or 0x14DFAC) is known color: Caribbean Green. HEX triplet: 14, DF and AC. RGB value is (20,223,172). Sum of RGB (Red+Green+Blue) = 20+223+172=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DFAC is #EB2053. Grayscale: #9C9C9C. Windows color (decimal): -15409236 or 11329300. OLE color: 11329300.

HSL color Cylindrical-coordinate representation of color #14DFAC: hue angle of 164.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFAC is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 172 -
CMYK 0.91 0 0.23 0.13
HSL 164.93º 0.84% 0.48% -
HSV(B) 164.93º 0.91% 0.87% -
XYZ 34.12 55.9 48.02 -
YUV 156.49 136.75 30.65 -
System Red Green Blue C M Y K H S L
Decimal 20 223 172 0.91 0 0.23 0.13 164.93 0.84 0.48
Hex 14 DF AC 5B 0 17 D A5 54 30
Octal 24 337 254 133 0 27 15 245 124 60
Binary 10100 11011111 10101100 1011011 0 10111 1101 10100101 1010100 110000

Color Harmonies of #14DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFAC

Black with #14DFAC

Text Example


Text Example

White with #14DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,172); }

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

background-color css

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

 a { background-color: rgb(20,223,172); }

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

border-color css

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

 span { border-color: rgb(20,223,172); }

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