Html Css Color HEX #14DBA4 Caribbean Green

📋 copy color: '#14DBA4'

red 20 ◦ green 219 ◦ blue 164

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

Shades of Caribbean Green #14DBA4

Tints of Caribbean Green #14DBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.34%

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

R = 4.96%
G = 54.34%
B = 40.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#14DBA4 (or 0x14DBA4) is known color: Caribbean Green. HEX triplet: 14, DB and A4. RGB value is (20,219,164). Sum of RGB (Red+Green+Blue) = 20+219+164=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBA4 is #EB245B. Grayscale: #999999. Windows color (decimal): -15410268 or 10803988. OLE color: 10803988.

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

Color convert

RGB 20 219 164 -
CMYK 0.91 0 0.25 0.14
HSL 163.42º 0.83% 0.47% -
HSV(B) 163.42º 0.91% 0.86% -
XYZ 32.32 53.49 43.74 -
YUV 153.23 134.07 32.97 -
System Red Green Blue C M Y K H S L
Decimal 20 219 164 0.91 0 0.25 0.14 163.42 0.83 0.47
Hex 14 DB A4 5B 0 19 E A3 53 2F
Octal 24 333 244 133 0 31 16 243 123 57
Binary 10100 11011011 10100100 1011011 0 11001 1110 10100011 1010011 101111

Color Harmonies of #14DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBA4

Black with #14DBA4

Text Example


Text Example

White with #14DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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