#13D7A5

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

Shades of Caribbean Green #13D7A5

Tints of Caribbean Green #13D7A5

Color information

#13D7A5 (or 0x13D7A5) is unknown color: approx Caribbean Green. HEX triplet: 13, D7 and A5. RGB value is (19,215,165). Sum of RGB (Red+Green+Blue) = 19+215+165=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #13D7A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D7A5 is #EC285A. Grayscale: #969696. Windows color (decimal): -15476827 or 10868499. OLE color: 10868499.

HSL color Cylindrical-coordinate representation of color #13D7A5: hue angle of 164.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D7A5 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB19215165-
CMYK0.9100.230.16
HSL164.69º83.76%45.88%-
HSV(B)164.69º91.16%84.31%-
XYZ31.3651.4643.88-
YUV150.7136.0734.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.76%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=4.76%
G=53.88%
B=41.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192151650.9100.230.16164.6983.7645.88
Hex13D7A55B01710a5542e
Octal233272451330272024512456
Binary100111101011110100101101101101011110000101001011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,215,165); }

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

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

 a { background-color: rgb(19,215,165); }

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

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

 span { border-color: rgb(19,215,165); }

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