Html Css Color HEX #14CF8D Caribbean Green

📋 copy color: '#14CF8D'

red 20 ◦ green 207 ◦ blue 141

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

Shades of Caribbean Green #14CF8D

Tints of Caribbean Green #14CF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 5.43%
G = 56.25%
B = 38.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#14CF8D (or 0x14CF8D) is known color: Caribbean Green. HEX triplet: 14, CF and 8D. RGB value is (20,207,141). Sum of RGB (Red+Green+Blue) = 20+207+141=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CF8D is #EB3072. Grayscale: #8F8F8F. Windows color (decimal): -15413363 or 9293588. OLE color: 9293588.

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

Color convert

RGB 20 207 141 -
CMYK 0.90 0 0.32 0.19
HSL 158.82º 0.82% 0.45% -
HSV(B) 158.82º 0.9% 0.81% -
XYZ 27.41 46.7 32.77 -
YUV 143.56 126.55 39.87 -
System Red Green Blue C M Y K H S L
Decimal 20 207 141 0.90 0 0.32 0.19 158.82 0.82 0.45
Hex 14 CF 8D 5A 0 20 13 9F 52 2D
Octal 24 317 215 132 0 40 23 237 122 55
Binary 10100 11001111 10001101 1011010 0 100000 10011 10011111 1010010 101101

Color Harmonies of #14CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF8D

Black with #14CF8D

Text Example


Text Example

White with #14CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,141); }

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

background-color css

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

 a { background-color: rgb(20,207,141); }

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

border-color css

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

 span { border-color: rgb(20,207,141); }

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