Html Css Color HEX #14DCA3 Caribbean Green

📋 copy color: '#14DCA3'

red 20 ◦ green 220 ◦ blue 163

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

Shades of Caribbean Green #14DCA3

Tints of Caribbean Green #14DCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.59%

 BLUE value IS 163 (64.06% from 255) = 40.45%

R = 4.96%
G = 54.59%
B = 40.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#14DCA3 (or 0x14DCA3) is known color: Caribbean Green. HEX triplet: 14, DC and A3. RGB value is (20,220,163). Sum of RGB (Red+Green+Blue) = 20+220+163=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCA3 is #EB235C. Grayscale: #999999. Windows color (decimal): -15410013 or 10738708. OLE color: 10738708.

HSL color Cylindrical-coordinate representation of color #14DCA3: hue angle of 162.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCA3 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 163 -
CMYK 0.91 0 0.26 0.14
HSL 162.9º 0.83% 0.47% -
HSV(B) 162.9º 0.91% 0.86% -
XYZ 32.49 53.98 43.36 -
YUV 153.7 133.24 32.63 -
System Red Green Blue C M Y K H S L
Decimal 20 220 163 0.91 0 0.26 0.14 162.9 0.83 0.47
Hex 14 DC A3 5B 0 1A E A3 53 2F
Octal 24 334 243 133 0 32 16 243 123 57
Binary 10100 11011100 10100011 1011011 0 11010 1110 10100011 1010011 101111

Color Harmonies of #14DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCA3

Black with #14DCA3

Text Example


Text Example

White with #14DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,163); }

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

background-color css

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

 a { background-color: rgb(20,220,163); }

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

border-color css

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

 span { border-color: rgb(20,220,163); }

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