#13C98F

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

Shades of Caribbean Green #13C98F

Tints of Caribbean Green #13C98F

Color information

#13C98F (or 0x13C98F) is unknown color: approx Caribbean Green. HEX triplet: 13, C9 and 8F. RGB value is (19,201,143). Sum of RGB (Red+Green+Blue) = 19+201+143=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #13C98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C98F is #EC3670. Grayscale: #8C8C8C. Windows color (decimal): -15480433 or 9423123. OLE color: 9423123.

HSL color Cylindrical-coordinate representation of color #13C98F: hue angle of 160.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C98F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB19201143-
CMYK0.9100.290.21
HSL160.88º82.73%43.14%-
HSV(B)160.88º90.55%78.82%-
XYZ26.1143.8933.08-
YUV139.97129.741.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.23%
GREEN value IS 201 (78.91% from 255) = 55.37%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=5.23%
G=55.37%
B=39.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192011430.9100.290.21160.8882.7343.14
Hex13C98F5B01D15a1532b
Octal233112171330352524112353
Binary100111100100110001111101101101110110101101000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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