Html Css Color HEX #14CC9B Caribbean Green

📋 copy color: '#14CC9B'

red 20 ◦ green 204 ◦ blue 155

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

Shades of Caribbean Green #14CC9B

Tints of Caribbean Green #14CC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 5.28%
G = 53.83%
B = 40.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#14CC9B (or 0x14CC9B) is known color: Caribbean Green. HEX triplet: 14, CC and 9B. RGB value is (20,204,155). Sum of RGB (Red+Green+Blue) = 20+204+155=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC9B is #EB3364. Grayscale: #8F8F8F. Windows color (decimal): -15414117 or 10210324. OLE color: 10210324.

HSL color Cylindrical-coordinate representation of color #14CC9B: hue angle of 164.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC9B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 155 -
CMYK 0.90 0 0.24 0.2
HSL 164.02º 0.82% 0.44% -
HSV(B) 164.02º 0.9% 0.8% -
XYZ 27.8 45.7 38.37 -
YUV 143.4 134.54 39.98 -
System Red Green Blue C M Y K H S L
Decimal 20 204 155 0.90 0 0.24 0.2 164.02 0.82 0.44
Hex 14 CC 9B 5A 0 18 14 A4 52 2C
Octal 24 314 233 132 0 30 24 244 122 54
Binary 10100 11001100 10011011 1011010 0 11000 10100 10100100 1010010 101100

Color Harmonies of #14CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC9B

Black with #14CC9B

Text Example


Text Example

White with #14CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,155); }

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

background-color css

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

 a { background-color: rgb(20,204,155); }

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

border-color css

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

 span { border-color: rgb(20,204,155); }

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