Html Css Color HEX #14DBA8 Caribbean Green

📋 copy color: '#14DBA8'

red 20 ◦ green 219 ◦ blue 168

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

Shades of Caribbean Green #14DBA8

Tints of Caribbean Green #14DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 4.91%
G = 53.81%
B = 41.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#14DBA8 (or 0x14DBA8) is known color: Caribbean Green. HEX triplet: 14, DB and A8. RGB value is (20,219,168). Sum of RGB (Red+Green+Blue) = 20+219+168=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBA8 is #EB2457. Grayscale: #999999. Windows color (decimal): -15410264 or 11066132. OLE color: 11066132.

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

Color convert

RGB 20 219 168 -
CMYK 0.91 0 0.23 0.14
HSL 164.62º 0.83% 0.47% -
HSV(B) 164.62º 0.91% 0.86% -
XYZ 32.69 53.64 45.68 -
YUV 153.69 136.07 32.65 -
System Red Green Blue C M Y K H S L
Decimal 20 219 168 0.91 0 0.23 0.14 164.62 0.83 0.47
Hex 14 DB A8 5B 0 17 E A5 53 2F
Octal 24 333 250 133 0 27 16 245 123 57
Binary 10100 11011011 10101000 1011011 0 10111 1110 10100101 1010011 101111

Color Harmonies of #14DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBA8

Black with #14DBA8

Text Example


Text Example

White with #14DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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