Html Css Color HEX #14D88D Caribbean Green

📋 copy color: '#14D88D'

red 20 ◦ green 216 ◦ blue 141

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

Shades of Caribbean Green #14D88D

Tints of Caribbean Green #14D88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 5.31%
G = 57.29%
B = 37.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#14D88D (or 0x14D88D) is known color: Caribbean Green. HEX triplet: 14, D8 and 8D. RGB value is (20,216,141). Sum of RGB (Red+Green+Blue) = 20+216+141=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #14D88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D88D is #EB2772. Grayscale: #949494. Windows color (decimal): -15411059 or 9295892. OLE color: 9295892.

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

Color convert

RGB 20 216 141 -
CMYK 0.91 0 0.35 0.15
HSL 157.04º 0.83% 0.46% -
HSV(B) 157.04º 0.91% 0.85% -
XYZ 29.65 51.18 33.52 -
YUV 148.85 123.57 36.1 -
System Red Green Blue C M Y K H S L
Decimal 20 216 141 0.91 0 0.35 0.15 157.04 0.83 0.46
Hex 14 D8 8D 5B 0 23 F 9D 53 2E
Octal 24 330 215 133 0 43 17 235 123 56
Binary 10100 11011000 10001101 1011011 0 100011 1111 10011101 1010011 101110

Color Harmonies of #14D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D88D

Black with #14D88D

Text Example


Text Example

White with #14D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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