Html Css Color HEX #14DFB4 Caribbean Green

📋 copy color: '#14DFB4'

red 20 ◦ green 223 ◦ blue 180

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

Shades of Caribbean Green #14DFB4

Tints of Caribbean Green #14DFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 4.73%
G = 52.72%
B = 42.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#14DFB4 (or 0x14DFB4) is known color: Caribbean Green. HEX triplet: 14, DF and B4. RGB value is (20,223,180). Sum of RGB (Red+Green+Blue) = 20+223+180=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFB4 is #EB204B. Grayscale: #9D9D9D. Windows color (decimal): -15409228 or 11853588. OLE color: 11853588.

HSL color Cylindrical-coordinate representation of color #14DFB4: hue angle of 167.29º 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 #14DFB4 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 223 180 -
CMYK 0.91 0 0.19 0.13
HSL 167.29º 0.84% 0.48% -
HSV(B) 167.29º 0.91% 0.87% -
XYZ 34.91 56.22 52.19 -
YUV 157.4 140.75 30 -
System Red Green Blue C M Y K H S L
Decimal 20 223 180 0.91 0 0.19 0.13 167.29 0.84 0.48
Hex 14 DF B4 5B 0 13 D A7 54 30
Octal 24 337 264 133 0 23 15 247 124 60
Binary 10100 11011111 10110100 1011011 0 10011 1101 10100111 1010100 110000

Color Harmonies of #14DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFB4

Black with #14DFB4

Text Example


Text Example

White with #14DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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