Html Css Color HEX #14DAA4 Caribbean Green

📋 copy color: '#14DAA4'

red 20 ◦ green 218 ◦ blue 164

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

Shades of Caribbean Green #14DAA4

Tints of Caribbean Green #14DAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.23%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 4.98%
G = 54.23%
B = 40.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#14DAA4 (or 0x14DAA4) is known color: Caribbean Green. HEX triplet: 14, DA and A4. RGB value is (20,218,164). Sum of RGB (Red+Green+Blue) = 20+218+164=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DAA4 is #EB255B. Grayscale: #989898. Windows color (decimal): -15410524 or 10803732. OLE color: 10803732.

HSL color Cylindrical-coordinate representation of color #14DAA4: hue angle of 163.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAA4 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 164 -
CMYK 0.91 0 0.25 0.15
HSL 163.64º 0.83% 0.47% -
HSV(B) 163.64º 0.91% 0.85% -
XYZ 32.06 52.97 43.66 -
YUV 152.64 134.4 33.39 -
System Red Green Blue C M Y K H S L
Decimal 20 218 164 0.91 0 0.25 0.15 163.64 0.83 0.47
Hex 14 DA A4 5B 0 19 F A4 53 2F
Octal 24 332 244 133 0 31 17 244 123 57
Binary 10100 11011010 10100100 1011011 0 11001 1111 10100100 1010011 101111

Color Harmonies of #14DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAA4

Black with #14DAA4

Text Example


Text Example

White with #14DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,164); }

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

background-color css

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

 a { background-color: rgb(20,218,164); }

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

border-color css

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

 span { border-color: rgb(20,218,164); }

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