#14D293

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

Shades of Caribbean Green #14D293

Tints of Caribbean Green #14D293

Color information

#14D293 (or 0x14D293) is unknown color: approx Caribbean Green. HEX triplet: 14, D2 and 93. RGB value is (20,210,147). Sum of RGB (Red+Green+Blue) = 20+210+147=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #14D293 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D293 is #EB2D6C. Grayscale: #929292. Windows color (decimal): -15412589 or 9687572. OLE color: 9687572.

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

Color convert

RGB20210147-
CMYK0.9000.300.18
HSL160.11º82.61%45.1%-
HSV(B)160.11º90.48%82.35%-
XYZ28.648.3535.43-
YUV146.01128.5538.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.31%
GREEN value IS 210 (82.42% from 255) = 55.70%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=5.31%
G=55.70%
B=38.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202101470.9000.300.18160.1182.6145.1
Hex14D2935A01E12a0532d
Octal243222231320362224012355
Binary101001101001010010011101101001111010010101000001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,210,147); }

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

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

 a { background-color: rgb(20,210,147); }

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

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

 span { border-color: rgb(20,210,147); }

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