Html Css Color HEX #14DAAB Caribbean Green

📋 copy color: '#14DAAB'

red 20 ◦ green 218 ◦ blue 171

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

Shades of Caribbean Green #14DAAB

Tints of Caribbean Green #14DAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 4.89%
G = 53.3%
B = 41.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#14DAAB (or 0x14DAAB) is known color: Caribbean Green. HEX triplet: 14, DA and AB. RGB value is (20,218,171). Sum of RGB (Red+Green+Blue) = 20+218+171=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DAAB is #EB2554. Grayscale: #999999. Windows color (decimal): -15410517 or 11262484. OLE color: 11262484.

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

Color convert

RGB 20 218 171 -
CMYK 0.91 0 0.22 0.15
HSL 165.76º 0.83% 0.47% -
HSV(B) 165.76º 0.91% 0.85% -
XYZ 32.71 53.23 47.08 -
YUV 153.44 137.9 32.82 -
System Red Green Blue C M Y K H S L
Decimal 20 218 171 0.91 0 0.22 0.15 165.76 0.83 0.47
Hex 14 DA AB 5B 0 16 F A6 53 2F
Octal 24 332 253 133 0 26 17 246 123 57
Binary 10100 11011010 10101011 1011011 0 10110 1111 10100110 1010011 101111

Color Harmonies of #14DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAAB

Black with #14DAAB

Text Example


Text Example

White with #14DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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