Html Css Color HEX #14DAB0 Caribbean Green

📋 copy color: '#14DAB0'

red 20 ◦ green 218 ◦ blue 176

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

Shades of Caribbean Green #14DAB0

Tints of Caribbean Green #14DAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 4.83%
G = 52.66%
B = 42.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#14DAB0 (or 0x14DAB0) is known color: Caribbean Green. HEX triplet: 14, DA and B0. RGB value is (20,218,176). Sum of RGB (Red+Green+Blue) = 20+218+176=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DAB0 is #EB254F. Grayscale: #999999. Windows color (decimal): -15410512 or 11590164. OLE color: 11590164.

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

Color convert

RGB 20 218 176 -
CMYK 0.91 0 0.19 0.15
HSL 167.27º 0.83% 0.47% -
HSV(B) 167.27º 0.91% 0.85% -
XYZ 33.2 53.43 49.64 -
YUV 154.01 140.4 32.42 -
System Red Green Blue C M Y K H S L
Decimal 20 218 176 0.91 0 0.19 0.15 167.27 0.83 0.47
Hex 14 DA B0 5B 0 13 F A7 53 2F
Octal 24 332 260 133 0 23 17 247 123 57
Binary 10100 11011010 10110000 1011011 0 10011 1111 10100111 1010011 101111

Color Harmonies of #14DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAB0

Black with #14DAB0

Text Example


Text Example

White with #14DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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