Html Css Color HEX #14CD8D Caribbean Green

📋 copy color: '#14CD8D'

red 20 ◦ green 205 ◦ blue 141

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

Shades of Caribbean Green #14CD8D

Tints of Caribbean Green #14CD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.01%

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

R = 5.46%
G = 56.01%
B = 38.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#14CD8D (or 0x14CD8D) is known color: Caribbean Green. HEX triplet: 14, CD and 8D. RGB value is (20,205,141). Sum of RGB (Red+Green+Blue) = 20+205+141=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CD8D is #EB3272. Grayscale: #8E8E8E. Windows color (decimal): -15413875 or 9293076. OLE color: 9293076.

HSL color Cylindrical-coordinate representation of color #14CD8D: hue angle of 159.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD8D is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 141 -
CMYK 0.90 0 0.31 0.20
HSL 159.24º 0.82% 0.44% -
HSV(B) 159.24º 0.9% 0.8% -
XYZ 26.93 45.73 32.61 -
YUV 142.39 127.21 40.7 -
System Red Green Blue C M Y K H S L
Decimal 20 205 141 0.90 0 0.31 0.20 159.24 0.82 0.44
Hex 14 CD 8D 5A 0 1F 14 9F 52 2C
Octal 24 315 215 132 0 37 24 237 122 54
Binary 10100 11001101 10001101 1011010 0 11111 10100 10011111 1010010 101100

Color Harmonies of #14CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD8D

Black with #14CD8D

Text Example


Text Example

White with #14CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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