Html Css Color HEX #14D08D Caribbean Green

📋 copy color: '#14D08D'

red 20 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #14D08D

Tints of Caribbean Green #14D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.37%

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

R = 5.42%
G = 56.37%
B = 38.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#14D08D (or 0x14D08D) is known color: Caribbean Green. HEX triplet: 14, D0 and 8D. RGB value is (20,208,141). Sum of RGB (Red+Green+Blue) = 20+208+141=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #14D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D08D is #EB2F72. Grayscale: #909090. Windows color (decimal): -15413107 or 9293844. OLE color: 9293844.

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

Color convert

RGB 20 208 141 -
CMYK 0.90 0 0.32 0.18
HSL 158.62º 0.82% 0.45% -
HSV(B) 158.62º 0.9% 0.82% -
XYZ 27.65 47.18 32.85 -
YUV 144.15 126.22 39.45 -
System Red Green Blue C M Y K H S L
Decimal 20 208 141 0.90 0 0.32 0.18 158.62 0.82 0.45
Hex 14 D0 8D 5A 0 20 12 9F 52 2D
Octal 24 320 215 132 0 40 22 237 122 55
Binary 10100 11010000 10001101 1011010 0 100000 10010 10011111 1010010 101101

Color Harmonies of #14D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D08D

Black with #14D08D

Text Example


Text Example

White with #14D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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