Html Css Color HEX #14DCB4 Caribbean Green

📋 copy color: '#14DCB4'

red 20 ◦ green 220 ◦ blue 180

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

Shades of Caribbean Green #14DCB4

Tints of Caribbean Green #14DCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 4.76%
G = 52.38%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#14DCB4 (or 0x14DCB4) is known color: Caribbean Green. HEX triplet: 14, DC and B4. RGB value is (20,220,180). Sum of RGB (Red+Green+Blue) = 20+220+180=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCB4 is #EB234B. Grayscale: #9B9B9B. Windows color (decimal): -15409996 or 11852820. OLE color: 11852820.

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

Color convert

RGB 20 220 180 -
CMYK 0.91 0 0.18 0.14
HSL 168º 0.83% 0.47% -
HSV(B) 168º 0.91% 0.86% -
XYZ 34.12 54.63 51.93 -
YUV 155.64 141.74 31.25 -
System Red Green Blue C M Y K H S L
Decimal 20 220 180 0.91 0 0.18 0.14 168 0.83 0.47
Hex 14 DC B4 5B 0 12 E A8 53 2F
Octal 24 334 264 133 0 22 16 250 123 57
Binary 10100 11011100 10110100 1011011 0 10010 1110 10101000 1010011 101111

Color Harmonies of #14DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCB4

Black with #14DCB4

Text Example


Text Example

White with #14DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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