Html Css Color HEX #14C99E Caribbean Green

📋 copy color: '#14C99E'

red 20 ◦ green 201 ◦ blue 158

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

Shades of Caribbean Green #14C99E

Tints of Caribbean Green #14C99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.03%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 5.28%
G = 53.03%
B = 41.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#14C99E (or 0x14C99E) is known color: Caribbean Green. HEX triplet: 14, C9 and 9E. RGB value is (20,201,158). Sum of RGB (Red+Green+Blue) = 20+201+158=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #14C99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C99E is #EB3661. Grayscale: #8D8D8D. Windows color (decimal): -15414882 or 10406164. OLE color: 10406164.

HSL color Cylindrical-coordinate representation of color #14C99E: hue angle of 165.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C99E is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 201 158 -
CMYK 0.90 0 0.21 0.21
HSL 165.75º 0.82% 0.43% -
HSV(B) 165.75º 0.9% 0.79% -
XYZ 27.35 44.39 39.47 -
YUV 141.98 137.03 41 -
System Red Green Blue C M Y K H S L
Decimal 20 201 158 0.90 0 0.21 0.21 165.75 0.82 0.43
Hex 14 C9 9E 5A 0 15 15 A6 52 2B
Octal 24 311 236 132 0 25 25 246 122 53
Binary 10100 11001001 10011110 1011010 0 10101 10101 10100110 1010010 101011

Color Harmonies of #14C99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C99E

Black with #14C99E

Text Example


Text Example

White with #14C99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,158); }

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

background-color css

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

 a { background-color: rgb(20,201,158); }

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

border-color css

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

 span { border-color: rgb(20,201,158); }

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