#13D693

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

Shades of Caribbean Green #13D693

Tints of Caribbean Green #13D693

Color information

#13D693 (or 0x13D693) is unknown color: approx Caribbean Green. HEX triplet: 13, D6 and 93. RGB value is (19,214,147). Sum of RGB (Red+Green+Blue) = 19+214+147=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #13D693 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D693 is #EC296C. Grayscale: #949494. Windows color (decimal): -15477101 or 9688595. OLE color: 9688595.

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

Color convert

RGB19214147-
CMYK0.9100.310.16
HSL159.38º83.69%45.69%-
HSV(B)159.38º91.12%83.92%-
XYZ29.5850.3435.76-
YUV148.06127.435.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5%
GREEN value IS 214 (83.98% from 255) = 56.32%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=5%
G=56.32%
B=38.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192141470.9100.310.16159.3883.6945.69
Hex13D6935B01F109f542e
Octal233262231330372023712456
Binary100111101011010010011101101101111110000100111111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,214,147); }

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

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

 a { background-color: rgb(19,214,147); }

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

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

 span { border-color: rgb(19,214,147); }

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