Html Css Color HEX #14D58E Caribbean Green

📋 copy color: '#14D58E'

red 20 ◦ green 213 ◦ blue 142

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

Shades of Caribbean Green #14D58E

Tints of Caribbean Green #14D58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.8%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 5.33%
G = 56.8%
B = 37.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#14D58E (or 0x14D58E) is known color: Caribbean Green. HEX triplet: 14, D5 and 8E. RGB value is (20,213,142). Sum of RGB (Red+Green+Blue) = 20+213+142=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #14D58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D58E is #EB2A71. Grayscale: #939393. Windows color (decimal): -15411826 or 9360660. OLE color: 9360660.

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

Color convert

RGB 20 213 142 -
CMYK 0.91 0 0.33 0.16
HSL 157.93º 0.83% 0.46% -
HSV(B) 157.93º 0.91% 0.84% -
XYZ 28.97 49.69 33.66 -
YUV 147.2 125.06 37.27 -
System Red Green Blue C M Y K H S L
Decimal 20 213 142 0.91 0 0.33 0.16 157.93 0.83 0.46
Hex 14 D5 8E 5B 0 21 10 9E 53 2E
Octal 24 325 216 133 0 41 20 236 123 56
Binary 10100 11010101 10001110 1011011 0 100001 10000 10011110 1010011 101110

Color Harmonies of #14D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D58E

Black with #14D58E

Text Example


Text Example

White with #14D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,142); }

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

background-color css

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

 a { background-color: rgb(20,213,142); }

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

border-color css

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

 span { border-color: rgb(20,213,142); }

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