Html Css Color HEX #14CD8C Caribbean Green

📋 copy color: '#14CD8C'

red 20 ◦ green 205 ◦ blue 140

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

Shades of Caribbean Green #14CD8C

Tints of Caribbean Green #14CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.16%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 5.48%
G = 56.16%
B = 38.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#14CD8C (or 0x14CD8C) is known color: Caribbean Green. HEX triplet: 14, CD and 8C. RGB value is (20,205,140). Sum of RGB (Red+Green+Blue) = 20+205+140=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CD8C is #EB3273. Grayscale: #8E8E8E. Windows color (decimal): -15413876 or 9227540. OLE color: 9227540.

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

Color convert

RGB 20 205 140 -
CMYK 0.90 0 0.32 0.20
HSL 158.92º 0.82% 0.44% -
HSV(B) 158.92º 0.9% 0.8% -
XYZ 26.85 45.7 32.22 -
YUV 142.28 126.71 40.79 -
System Red Green Blue C M Y K H S L
Decimal 20 205 140 0.90 0 0.32 0.20 158.92 0.82 0.44
Hex 14 CD 8C 5A 0 20 14 9F 52 2C
Octal 24 315 214 132 0 40 24 237 122 54
Binary 10100 11001101 10001100 1011010 0 100000 10100 10011111 1010010 101100

Color Harmonies of #14CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD8C

Black with #14CD8C

Text Example


Text Example

White with #14CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,140); }

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

background-color css

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

 a { background-color: rgb(20,205,140); }

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

border-color css

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

 span { border-color: rgb(20,205,140); }

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