Html Css Color HEX #14DAB4 Caribbean Green

📋 copy color: '#14DAB4'

red 20 ◦ green 218 ◦ blue 180

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

Shades of Caribbean Green #14DAB4

Tints of Caribbean Green #14DAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.15%

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

R = 4.78%
G = 52.15%
B = 43.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#14DAB4 (or 0x14DAB4) is known color: Caribbean Green. HEX triplet: 14, DA and B4. RGB value is (20,218,180). Sum of RGB (Red+Green+Blue) = 20+218+180=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAB4 is #EB254B. Grayscale: #9A9A9A. Windows color (decimal): -15410508 or 11852308. OLE color: 11852308.

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

Color convert

RGB 20 218 180 -
CMYK 0.91 0 0.17 0.15
HSL 168.48º 0.83% 0.47% -
HSV(B) 168.48º 0.91% 0.85% -
XYZ 33.6 53.59 51.75 -
YUV 154.47 142.4 32.09 -
System Red Green Blue C M Y K H S L
Decimal 20 218 180 0.91 0 0.17 0.15 168.48 0.83 0.47
Hex 14 DA B4 5B 0 11 F A8 53 2F
Octal 24 332 264 133 0 21 17 250 123 57
Binary 10100 11011010 10110100 1011011 0 10001 1111 10101000 1010011 101111

Color Harmonies of #14DAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAB4

Black with #14DAB4

Text Example


Text Example

White with #14DAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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