Html Css Color HEX #14DA87 Caribbean Green

📋 copy color: '#14DA87'

red 20 ◦ green 218 ◦ blue 135

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

Shades of Caribbean Green #14DA87

Tints of Caribbean Green #14DA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 5.36%
G = 58.45%
B = 36.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#14DA87 (or 0x14DA87) is known color: Caribbean Green. HEX triplet: 14, DA and 87. RGB value is (20,218,135). Sum of RGB (Red+Green+Blue) = 20+218+135=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA87 is #EB2578. Grayscale: #959595. Windows color (decimal): -15410553 or 8903188. OLE color: 8903188.

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

Color convert

RGB 20 218 135 -
CMYK 0.91 0 0.38 0.15
HSL 154.85º 0.83% 0.47% -
HSV(B) 154.85º 0.91% 0.85% -
XYZ 29.73 52.04 31.4 -
YUV 149.34 119.9 35.75 -
System Red Green Blue C M Y K H S L
Decimal 20 218 135 0.91 0 0.38 0.15 154.85 0.83 0.47
Hex 14 DA 87 5B 0 26 F 9B 53 2F
Octal 24 332 207 133 0 46 17 233 123 57
Binary 10100 11011010 10000111 1011011 0 100110 1111 10011011 1010011 101111

Color Harmonies of #14DA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA87

Black with #14DA87

Text Example


Text Example

White with #14DA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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