Html Css Color HEX #14DFB3 Caribbean Green

📋 copy color: '#14DFB3'

red 20 ◦ green 223 ◦ blue 179

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

Shades of Caribbean Green #14DFB3

Tints of Caribbean Green #14DFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 4.74%
G = 52.84%
B = 42.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#14DFB3 (or 0x14DFB3) is known color: Caribbean Green. HEX triplet: 14, DF and B3. RGB value is (20,223,179). Sum of RGB (Red+Green+Blue) = 20+223+179=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFB3 is #EB204C. Grayscale: #9D9D9D. Windows color (decimal): -15409229 or 11788052. OLE color: 11788052.

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

Color convert

RGB 20 223 179 -
CMYK 0.91 0 0.20 0.13
HSL 167º 0.84% 0.48% -
HSV(B) 167º 0.91% 0.87% -
XYZ 34.81 56.18 51.66 -
YUV 157.29 140.25 30.08 -
System Red Green Blue C M Y K H S L
Decimal 20 223 179 0.91 0 0.20 0.13 167 0.84 0.48
Hex 14 DF B3 5B 0 14 D A7 54 30
Octal 24 337 263 133 0 24 15 247 124 60
Binary 10100 11011111 10110011 1011011 0 10100 1101 10100111 1010100 110000

Color Harmonies of #14DFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFB3

Black with #14DFB3

Text Example


Text Example

White with #14DFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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