Html Css Color HEX #14DFA5 Caribbean Green

📋 copy color: '#14DFA5'

red 20 ◦ green 223 ◦ blue 165

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

Shades of Caribbean Green #14DFA5

Tints of Caribbean Green #14DFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.66%

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

R = 4.9%
G = 54.66%
B = 40.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#14DFA5 (or 0x14DFA5) is known color: Caribbean Green. HEX triplet: 14, DF and A5. RGB value is (20,223,165). Sum of RGB (Red+Green+Blue) = 20+223+165=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DFA5 is #EB205A. Grayscale: #9B9B9B. Windows color (decimal): -15409243 or 10870548. OLE color: 10870548.

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

Color convert

RGB 20 223 165 -
CMYK 0.91 0 0.26 0.13
HSL 162.86º 0.84% 0.48% -
HSV(B) 162.86º 0.91% 0.87% -
XYZ 33.47 55.64 44.57 -
YUV 155.69 133.25 31.22 -
System Red Green Blue C M Y K H S L
Decimal 20 223 165 0.91 0 0.26 0.13 162.86 0.84 0.48
Hex 14 DF A5 5B 0 1A D A3 54 30
Octal 24 337 245 133 0 32 15 243 124 60
Binary 10100 11011111 10100101 1011011 0 11010 1101 10100011 1010100 110000

Color Harmonies of #14DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFA5

Black with #14DFA5

Text Example


Text Example

White with #14DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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