Html Css Color HEX #14E190 Caribbean Green

📋 copy color: '#14E190'

red 20 ◦ green 225 ◦ blue 144

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

Shades of Caribbean Green #14E190

Tints of Caribbean Green #14E190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.84%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 5.14%
G = 57.84%
B = 37.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#14E190 (or 0x14E190) is known color: Caribbean Green. HEX triplet: 14, E1 and 90. RGB value is (20,225,144). Sum of RGB (Red+Green+Blue) = 20+225+144=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #14E190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E190 is #EB1E6F. Grayscale: #9A9A9A. Windows color (decimal): -15408752 or 9494804. OLE color: 9494804.

HSL color Cylindrical-coordinate representation of color #14E190: hue angle of 156.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E190 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 144 -
CMYK 0.91 0 0.36 0.12
HSL 156.29º 0.84% 0.48% -
HSV(B) 156.29º 0.91% 0.88% -
XYZ 32.25 56.01 35.5 -
YUV 154.47 122.08 32.09 -
System Red Green Blue C M Y K H S L
Decimal 20 225 144 0.91 0 0.36 0.12 156.29 0.84 0.48
Hex 14 E1 90 5B 0 24 C 9C 54 30
Octal 24 341 220 133 0 44 14 234 124 60
Binary 10100 11100001 10010000 1011011 0 100100 1100 10011100 1010100 110000

Color Harmonies of #14E190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E190

Black with #14E190

Text Example


Text Example

White with #14E190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,144); }

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

background-color css

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

 a { background-color: rgb(20,225,144); }

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

border-color css

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

 span { border-color: rgb(20,225,144); }

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