Html Css Color HEX #14C89B Caribbean Green

📋 copy color: '#14C89B'

red 20 ◦ green 200 ◦ blue 155

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

Shades of Caribbean Green #14C89B

Tints of Caribbean Green #14C89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.33%

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

R = 5.33%
G = 53.33%
B = 41.33%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#14C89B (or 0x14C89B) is known color: Caribbean Green. HEX triplet: 14, C8 and 9B. RGB value is (20,200,155). Sum of RGB (Red+Green+Blue) = 20+200+155=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #14C89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C89B is #EB3764. Grayscale: #8D8D8D. Windows color (decimal): -15415141 or 10209300. OLE color: 10209300.

HSL color Cylindrical-coordinate representation of color #14C89B: hue angle of 165º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C89B is Cyan = 0.9, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 155 -
CMYK 0.9 0 0.22 0.22
HSL 165º 0.82% 0.43% -
HSV(B) 165º 0.9% 0.78% -
XYZ 26.86 43.82 38.05 -
YUV 141.05 135.87 41.66 -
System Red Green Blue C M Y K H S L
Decimal 20 200 155 0.9 0 0.22 0.22 165 0.82 0.43
Hex 14 C8 9B 5A 0 16 16 A5 52 2B
Octal 24 310 233 132 0 26 26 245 122 53
Binary 10100 11001000 10011011 1011010 0 10110 10110 10100101 1010010 101011

Color Harmonies of #14C89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C89B

Black with #14C89B

Text Example


Text Example

White with #14C89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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