Html Css Color HEX #14D87F Caribbean Green

📋 copy color: '#14D87F'

red 20 ◦ green 216 ◦ blue 127

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

Shades of Caribbean Green #14D87F

Tints of Caribbean Green #14D87F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.5%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 5.51%
G = 59.5%
B = 34.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#14D87F (or 0x14D87F) is known color: Caribbean Green. HEX triplet: 14, D8 and 7F. RGB value is (20,216,127). Sum of RGB (Red+Green+Blue) = 20+216+127=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #14D87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D87F is #EB2780. Grayscale: #939393. Windows color (decimal): -15411073 or 8378388. OLE color: 8378388.

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

Color convert

RGB 20 216 127 -
CMYK 0.91 0 0.41 0.15
HSL 152.76º 0.83% 0.46% -
HSV(B) 152.76º 0.91% 0.85% -
XYZ 28.68 50.79 28.37 -
YUV 147.25 116.57 37.24 -
System Red Green Blue C M Y K H S L
Decimal 20 216 127 0.91 0 0.41 0.15 152.76 0.83 0.46
Hex 14 D8 7F 5B 0 29 F 99 53 2E
Octal 24 330 177 133 0 51 17 231 123 56
Binary 10100 11011000 1111111 1011011 0 101001 1111 10011001 1010011 101110

Color Harmonies of #14D87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D87F

Black with #14D87F

Text Example


Text Example

White with #14D87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,127); }

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

background-color css

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

 a { background-color: rgb(20,216,127); }

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

border-color css

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

 span { border-color: rgb(20,216,127); }

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