Html Css Color HEX #14CE93 Caribbean Green

📋 copy color: '#14CE93'

red 20 ◦ green 206 ◦ blue 147

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

Shades of Caribbean Green #14CE93

Tints of Caribbean Green #14CE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.23%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 5.36%
G = 55.23%
B = 39.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#14CE93 (or 0x14CE93) is known color: Caribbean Green. HEX triplet: 14, CE and 93. RGB value is (20,206,147). Sum of RGB (Red+Green+Blue) = 20+206+147=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE93 is #EB316C. Grayscale: #8F8F8F. Windows color (decimal): -15413613 or 9686548. OLE color: 9686548.

HSL color Cylindrical-coordinate representation of color #14CE93: hue angle of 160.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE93 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 147 -
CMYK 0.90 0 0.29 0.19
HSL 160.97º 0.82% 0.44% -
HSV(B) 160.97º 0.9% 0.81% -
XYZ 27.63 46.4 35.1 -
YUV 143.66 129.88 39.8 -
System Red Green Blue C M Y K H S L
Decimal 20 206 147 0.90 0 0.29 0.19 160.97 0.82 0.44
Hex 14 CE 93 5A 0 1D 13 A1 52 2C
Octal 24 316 223 132 0 35 23 241 122 54
Binary 10100 11001110 10010011 1011010 0 11101 10011 10100001 1010010 101100

Color Harmonies of #14CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE93

Black with #14CE93

Text Example


Text Example

White with #14CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,147); }

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

background-color css

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

 a { background-color: rgb(20,206,147); }

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

border-color css

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

 span { border-color: rgb(20,206,147); }

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