Html Css Color HEX #14DA9C Caribbean Green

📋 copy color: '#14DA9C'

red 20 ◦ green 218 ◦ blue 156

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

Shades of Caribbean Green #14DA9C

Tints of Caribbean Green #14DA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 5.08%
G = 55.33%
B = 39.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#14DA9C (or 0x14DA9C) is known color: Caribbean Green. HEX triplet: 14, DA and 9C. RGB value is (20,218,156). Sum of RGB (Red+Green+Blue) = 20+218+156=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA9C is #EB2563. Grayscale: #979797. Windows color (decimal): -15410532 or 10279444. OLE color: 10279444.

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

Color convert

RGB 20 218 156 -
CMYK 0.91 0 0.28 0.15
HSL 161.21º 0.83% 0.47% -
HSV(B) 161.21º 0.91% 0.85% -
XYZ 31.36 52.69 39.97 -
YUV 151.73 130.4 34.04 -
System Red Green Blue C M Y K H S L
Decimal 20 218 156 0.91 0 0.28 0.15 161.21 0.83 0.47
Hex 14 DA 9C 5B 0 1C F A1 53 2F
Octal 24 332 234 133 0 34 17 241 123 57
Binary 10100 11011010 10011100 1011011 0 11100 1111 10100001 1010011 101111

Color Harmonies of #14DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA9C

Black with #14DA9C

Text Example


Text Example

White with #14DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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