Html Css Color HEX #14D5A2 Caribbean Green

📋 copy color: '#14D5A2'

red 20 ◦ green 213 ◦ blue 162

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

Shades of Caribbean Green #14D5A2

Tints of Caribbean Green #14D5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 5.06%
G = 53.92%
B = 41.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#14D5A2 (or 0x14D5A2) is known color: Caribbean Green. HEX triplet: 14, D5 and A2. RGB value is (20,213,162). Sum of RGB (Red+Green+Blue) = 20+213+162=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #14D5A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D5A2 is #EB2A5D. Grayscale: #959595. Windows color (decimal): -15411806 or 10671380. OLE color: 10671380.

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

Color convert

RGB 20 213 162 -
CMYK 0.91 0 0.24 0.16
HSL 164.15º 0.83% 0.46% -
HSV(B) 164.15º 0.91% 0.84% -
XYZ 30.6 50.35 42.29 -
YUV 149.48 135.06 35.65 -
System Red Green Blue C M Y K H S L
Decimal 20 213 162 0.91 0 0.24 0.16 164.15 0.83 0.46
Hex 14 D5 A2 5B 0 18 10 A4 53 2E
Octal 24 325 242 133 0 30 20 244 123 56
Binary 10100 11010101 10100010 1011011 0 11000 10000 10100100 1010011 101110

Color Harmonies of #14D5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D5A2

Black with #14D5A2

Text Example


Text Example

White with #14D5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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