Html Css Color HEX #14E0A5 Caribbean Green

📋 copy color: '#14E0A5'

red 20 ◦ green 224 ◦ blue 165

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

Shades of Caribbean Green #14E0A5

Tints of Caribbean Green #14E0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.77%

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 4.89%
G = 54.77%
B = 40.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#14E0A5 (or 0x14E0A5) is known color: Caribbean Green. HEX triplet: 14, E0 and A5. RGB value is (20,224,165). Sum of RGB (Red+Green+Blue) = 20+224+165=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E0A5 is #EB1F5A. Grayscale: #9C9C9C. Windows color (decimal): -15408987 or 10870804. OLE color: 10870804.

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

Color convert

RGB 20 224 165 -
CMYK 0.91 0 0.26 0.12
HSL 162.65º 0.84% 0.48% -
HSV(B) 162.65º 0.91% 0.88% -
XYZ 33.74 56.18 44.66 -
YUV 156.28 132.91 30.8 -
System Red Green Blue C M Y K H S L
Decimal 20 224 165 0.91 0 0.26 0.12 162.65 0.84 0.48
Hex 14 E0 A5 5B 0 1A C A3 54 30
Octal 24 340 245 133 0 32 14 243 124 60
Binary 10100 11100000 10100101 1011011 0 11010 1100 10100011 1010100 110000

Color Harmonies of #14E0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E0A5

Black with #14E0A5

Text Example


Text Example

White with #14E0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,165); }

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

background-color css

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

 a { background-color: rgb(20,224,165); }

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

border-color css

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

 span { border-color: rgb(20,224,165); }

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