#13D694

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

Shades of Caribbean Green #13D694

Tints of Caribbean Green #13D694

Color information

#13D694 (or 0x13D694) is unknown color: approx Caribbean Green. HEX triplet: 13, D6 and 94. RGB value is (19,214,148). Sum of RGB (Red+Green+Blue) = 19+214+148=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #13D694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D694 is #EC296B. Grayscale: #949494. Windows color (decimal): -15477100 or 9754131. OLE color: 9754131.

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

Color convert

RGB19214148-
CMYK0.9100.310.16
HSL159.69º83.69%45.69%-
HSV(B)159.69º91.12%83.92%-
XYZ29.6650.3736.18-
YUV148.17127.935.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 214 (83.98% from 255) = 56.17%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=4.99%
G=56.17%
B=38.85%

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
Decimal192141480.9100.310.16159.6983.6945.69
Hex13D6945B01F10a0542e
Octal233262241330372024012456
Binary100111101011010010100101101101111110000101000001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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