Html Css Color HEX #14DEA8 Caribbean Green

📋 copy color: '#14DEA8'

red 20 ◦ green 222 ◦ blue 168

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

Shades of Caribbean Green #14DEA8

Tints of Caribbean Green #14DEA8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.15%

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 4.88%
G = 54.15%
B = 40.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#14DEA8 (or 0x14DEA8) is known color: Caribbean Green. HEX triplet: 14, DE and A8. RGB value is (20,222,168). Sum of RGB (Red+Green+Blue) = 20+222+168=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DEA8 is #EB2157. Grayscale: #9B9B9B. Windows color (decimal): -15409496 or 11066900. OLE color: 11066900.

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

Color convert

RGB 20 222 168 -
CMYK 0.91 0 0.24 0.13
HSL 163.96º 0.83% 0.47% -
HSV(B) 163.96º 0.91% 0.87% -
XYZ 33.48 55.22 45.94 -
YUV 155.45 135.08 31.39 -
System Red Green Blue C M Y K H S L
Decimal 20 222 168 0.91 0 0.24 0.13 163.96 0.83 0.47
Hex 14 DE A8 5B 0 18 D A4 53 2F
Octal 24 336 250 133 0 30 15 244 123 57
Binary 10100 11011110 10101000 1011011 0 11000 1101 10100100 1010011 101111

Color Harmonies of #14DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DEA8

Black with #14DEA8

Text Example


Text Example

White with #14DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,222,168); }

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

background-color css

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

 a { background-color: rgb(20,222,168); }

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

border-color css

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

 span { border-color: rgb(20,222,168); }

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