#13D494

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

Shades of Caribbean Green #13D494

Tints of Caribbean Green #13D494

Color information

#13D494 (or 0x13D494) is unknown color: approx Caribbean Green. HEX triplet: 13, D4 and 94. RGB value is (19,212,148). Sum of RGB (Red+Green+Blue) = 19+212+148=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #13D494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D494 is #EC2B6B. Grayscale: #939393. Windows color (decimal): -15477612 or 9753619. OLE color: 9753619.

HSL color Cylindrical-coordinate representation of color #13D494: hue angle of 160.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D494 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB19212148-
CMYK0.9100.300.17
HSL160.1º83.55%45.29%-
HSV(B)160.1º91.04%83.14%-
XYZ29.1649.3636.01-
YUV147128.5636.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.01%
GREEN value IS 212 (83.20% from 255) = 55.94%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=5.01%
G=55.94%
B=39.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192121480.9100.300.17160.183.5545.29
Hex13D4945B01E11a0542d
Octal233242241330362124012455
Binary100111101010010010100101101101111010001101000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13D494; }

 p { color: rgb(19,212,148); }

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

<style>
 a { background-color: #13D494; }

 a { background-color: rgb(19,212,148); }

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

<style>
 span { border-color: #13D494; }

 span { border-color: rgb(19,212,148); }

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