#13D58F

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

Shades of Caribbean Green #13D58F

Tints of Caribbean Green #13D58F

Color information

#13D58F (or 0x13D58F) is unknown color: approx Caribbean Green. HEX triplet: 13, D5 and 8F. RGB value is (19,213,143). Sum of RGB (Red+Green+Blue) = 19+213+143=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #13D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D58F is #EC2A70. Grayscale: #939393. Windows color (decimal): -15477361 or 9426195. OLE color: 9426195.

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

Color convert

RGB19213143-
CMYK0.9100.330.16
HSL158.35º83.62%45.49%-
HSV(B)158.35º91.08%83.53%-
XYZ29.0249.7134.05-
YUV147.01125.7336.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.07%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=5.07%
G=56.8%
B=38.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192131430.9100.330.16158.3583.6245.49
Hex13D58F5B021109e542d
Octal233252171330412023612455
Binary1001111010101100011111011011010000110000100111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,213,143); }

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

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

 a { background-color: rgb(19,213,143); }

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

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

 span { border-color: rgb(19,213,143); }

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