Html Css Color HEX #14DFB1 Caribbean Green

📋 copy color: '#14DFB1'

red 20 ◦ green 223 ◦ blue 177

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

Shades of Caribbean Green #14DFB1

Tints of Caribbean Green #14DFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 4.76%
G = 53.1%
B = 42.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#14DFB1 (or 0x14DFB1) is known color: Caribbean Green. HEX triplet: 14, DF and B1. RGB value is (20,223,177). Sum of RGB (Red+Green+Blue) = 20+223+177=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DFB1 is #EB204E. Grayscale: #9D9D9D. Windows color (decimal): -15409231 or 11656980. OLE color: 11656980.

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

Color convert

RGB 20 223 177 -
CMYK 0.91 0 0.21 0.13
HSL 166.4º 0.84% 0.48% -
HSV(B) 166.4º 0.91% 0.87% -
XYZ 34.61 56.1 50.6 -
YUV 157.06 139.25 30.24 -
System Red Green Blue C M Y K H S L
Decimal 20 223 177 0.91 0 0.21 0.13 166.4 0.84 0.48
Hex 14 DF B1 5B 0 15 D A6 54 30
Octal 24 337 261 133 0 25 15 246 124 60
Binary 10100 11011111 10110001 1011011 0 10101 1101 10100110 1010100 110000

Color Harmonies of #14DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFB1

Black with #14DFB1

Text Example


Text Example

White with #14DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,177); }

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

background-color css

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

 a { background-color: rgb(20,223,177); }

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

border-color css

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

 span { border-color: rgb(20,223,177); }

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