Html Css Color HEX #14DC8B Caribbean Green

📋 copy color: '#14DC8B'

red 20 ◦ green 220 ◦ blue 139

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

Shades of Caribbean Green #14DC8B

Tints of Caribbean Green #14DC8B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.05%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 5.28%
G = 58.05%
B = 36.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#14DC8B (or 0x14DC8B) is known color: Caribbean Green. HEX triplet: 14, DC and 8B. RGB value is (20,220,139). Sum of RGB (Red+Green+Blue) = 20+220+139=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DC8B is #EB2374. Grayscale: #979797. Windows color (decimal): -15410037 or 9165844. OLE color: 9165844.

HSL color Cylindrical-coordinate representation of color #14DC8B: hue angle of 155.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC8B is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 139 -
CMYK 0.91 0 0.37 0.14
HSL 155.7º 0.83% 0.47% -
HSV(B) 155.7º 0.91% 0.86% -
XYZ 30.54 53.2 33.08 -
YUV 150.97 121.24 34.59 -
System Red Green Blue C M Y K H S L
Decimal 20 220 139 0.91 0 0.37 0.14 155.7 0.83 0.47
Hex 14 DC 8B 5B 0 25 E 9C 53 2F
Octal 24 334 213 133 0 45 16 234 123 57
Binary 10100 11011100 10001011 1011011 0 100101 1110 10011100 1010011 101111

Color Harmonies of #14DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC8B

Black with #14DC8B

Text Example


Text Example

White with #14DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,139); }

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

background-color css

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

 a { background-color: rgb(20,220,139); }

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

border-color css

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

 span { border-color: rgb(20,220,139); }

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