#14BD9A

Color #14BD9A Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #14BD9A

Tints of Caribbean Green #14BD9A

Color information

#14BD9A (or 0x14BD9A) is unknown color: approx Caribbean Green. HEX triplet: 14, BD and 9A. RGB value is (20,189,154). Sum of RGB (Red+Green+Blue) = 20+189+154=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BD9A is #EB4265. Grayscale: #868686. Windows color (decimal): -15417958 or 10140948. OLE color: 10140948.

HSL color Cylindrical-coordinate representation of color #14BD9A: hue angle of 167.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD9A is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB20189154-
CMYK0.8900.190.26
HSL167.57º80.86%40.98%-
HSV(B)167.57º89.42%74.12%-
XYZ24.3238.8836.79-
YUV134.48139.0146.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.51%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=5.51%
G=52.07%
B=42.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201891540.8900.190.26167.5780.8640.98
Hex14BD9A590131Aa85129
Octal242752321310233225012151
Binary101001011110110011010101100101001111010101010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,189,154); }

 H1.HeaderClassName
 {
   color: #14BD9A;
 }
 .AnyTagClassName
 {
   color: #14BD9A;
 }
</style>
background-color css

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

 a { background-color: rgb(20,189,154); }

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

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

 span { border-color: rgb(20,189,154); }

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