Html Css Color HEX #14D88A Caribbean Green

📋 copy color: '#14D88A'

red 20 ◦ green 216 ◦ blue 138

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

Shades of Caribbean Green #14D88A

Tints of Caribbean Green #14D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.75%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 5.35%
G = 57.75%
B = 36.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#14D88A (or 0x14D88A) is known color: Caribbean Green. HEX triplet: 14, D8 and 8A. RGB value is (20,216,138). Sum of RGB (Red+Green+Blue) = 20+216+138=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #14D88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D88A is #EB2775. Grayscale: #949494. Windows color (decimal): -15411062 or 9099284. OLE color: 9099284.

HSL color Cylindrical-coordinate representation of color #14D88A: hue angle of 156.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D88A is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 216 138 -
CMYK 0.91 0 0.36 0.15
HSL 156.12º 0.83% 0.46% -
HSV(B) 156.12º 0.91% 0.85% -
XYZ 29.43 51.1 32.36 -
YUV 148.5 122.07 36.34 -
System Red Green Blue C M Y K H S L
Decimal 20 216 138 0.91 0 0.36 0.15 156.12 0.83 0.46
Hex 14 D8 8A 5B 0 24 F 9C 53 2E
Octal 24 330 212 133 0 44 17 234 123 56
Binary 10100 11011000 10001010 1011011 0 100100 1111 10011100 1010011 101110

Color Harmonies of #14D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D88A

Black with #14D88A

Text Example


Text Example

White with #14D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,138); }

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

background-color css

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

 a { background-color: rgb(20,216,138); }

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

border-color css

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

 span { border-color: rgb(20,216,138); }

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