Html Css Color HEX #14D08E Caribbean Green

📋 copy color: '#14D08E'

red 20 ◦ green 208 ◦ blue 142

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

Shades of Caribbean Green #14D08E

Tints of Caribbean Green #14D08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 5.41%
G = 56.22%
B = 38.38%

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

#14D08E (or 0x14D08E) is known color: Caribbean Green. HEX triplet: 14, D0 and 8E. RGB value is (20,208,142). Sum of RGB (Red+Green+Blue) = 20+208+142=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #14D08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D08E is #EB2F71. Grayscale: #909090. Windows color (decimal): -15413106 or 9359380. OLE color: 9359380.

HSL color Cylindrical-coordinate representation of color #14D08E: hue angle of 158.94º 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 #14D08E is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 142 -
CMYK 0.90 0 0.32 0.18
HSL 158.94º 0.82% 0.45% -
HSV(B) 158.94º 0.9% 0.82% -
XYZ 27.73 47.21 33.24 -
YUV 144.26 126.72 39.37 -
System Red Green Blue C M Y K H S L
Decimal 20 208 142 0.90 0 0.32 0.18 158.94 0.82 0.45
Hex 14 D0 8E 5A 0 20 12 9F 52 2D
Octal 24 320 216 132 0 40 22 237 122 55
Binary 10100 11010000 10001110 1011010 0 100000 10010 10011111 1010010 101101

Color Harmonies of #14D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D08E

Black with #14D08E

Text Example


Text Example

White with #14D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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