#13d598

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

Shades of Caribbean Green #13D598

Tints of Caribbean Green #13D598

Color information

#13D598 (or 0x13D598) is unknown color: approx Caribbean Green. HEX triplet: 13, D5 and 98. RGB value is (19,213,152). Sum of RGB (Red+Green+Blue) = 19+213+152=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #13D598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D598 is #EC2A67. Grayscale: #949494. Windows color (decimal): -15477352 or 10016019. OLE color: 10016019.

HSL color Cylindrical-coordinate representation of color #13D598: hue angle of 161.13º 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 #13D598 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB19213152-
CMYK0.9100.290.16
HSL161.13º83.62%45.49%-
HSV(B)161.13º91.08%83.53%-
XYZ29.7349.9937.79-
YUV148.04130.2335.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 213 (83.59% from 255) = 55.47%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=4.95%
G=55.47%
B=39.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192131520.9100.290.16161.1383.6245.49
Hex13D5985B01D10a1542d
Octal233252301330352024112455
Binary100111101010110011000101101101110110000101000011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13d598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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